pub struct Always;Expand description
A predicate that matches any request or response.
Trait Implementations§
impl Copy for Always
Auto Trait Implementations§
impl Freeze for Always
impl RefUnwindSafe for Always
impl Send for Always
impl Sync for Always
impl Unpin for Always
impl UnsafeUnpin for Always
impl UnwindSafe for Always
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