pub struct HttpIoRecorder;
Trait Implementations§
Source§impl Clone for HttpIoRecorder
impl Clone for HttpIoRecorder
Source§fn clone(&self) -> HttpIoRecorder
fn clone(&self) -> HttpIoRecorder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<B> CollectClone<Request<B>> for HttpIoRecorder
impl<B> CollectClone<Request<B>> for HttpIoRecorder
Source§impl<B> CollectClone<Response<B>> for HttpIoRecorder
impl<B> CollectClone<Response<B>> for HttpIoRecorder
Source§impl Debug for HttpIoRecorder
impl Debug for HttpIoRecorder
Source§impl Default for HttpIoRecorder
impl Default for HttpIoRecorder
Source§fn default() -> HttpIoRecorder
fn default() -> HttpIoRecorder
Returns the “default value” for a type. Read more
Source§impl Hash for HttpIoRecorder
impl Hash for HttpIoRecorder
Source§impl<B> IoRecord<Request<B>> for HttpIoRecorder
impl<B> IoRecord<Request<B>> for HttpIoRecorder
Source§impl<B> IoRecord<Response<B>> for HttpIoRecorder
impl<B> IoRecord<Response<B>> for HttpIoRecorder
Source§impl Ord for HttpIoRecorder
impl Ord for HttpIoRecorder
Source§fn cmp(&self, other: &HttpIoRecorder) -> Ordering
fn cmp(&self, other: &HttpIoRecorder) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HttpIoRecorder
impl PartialEq for HttpIoRecorder
Source§impl PartialOrd for HttpIoRecorder
impl PartialOrd for HttpIoRecorder
Source§impl<B> RequestIoRecord<Request<B>> for HttpIoRecorder
impl<B> RequestIoRecord<Request<B>> for HttpIoRecorder
fn record_dir(&self, r: &Request<B>) -> PathBuf
impl Eq for HttpIoRecorder
impl StructuralPartialEq for HttpIoRecorder
Auto Trait Implementations§
impl Freeze for HttpIoRecorder
impl RefUnwindSafe for HttpIoRecorder
impl Send for HttpIoRecorder
impl Sync for HttpIoRecorder
impl Unpin for HttpIoRecorder
impl UnwindSafe for HttpIoRecorder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.