pub struct AlwaysReject;Expand description
Test helper: always rejects any action for any responder.
Trait Implementations§
Source§impl<P> AcceptanceEval<P> for AlwaysReject
impl<P> AcceptanceEval<P> for AlwaysReject
Auto Trait Implementations§
impl Freeze for AlwaysReject
impl RefUnwindSafe for AlwaysReject
impl Send for AlwaysReject
impl Sync for AlwaysReject
impl Unpin for AlwaysReject
impl UnsafeUnpin for AlwaysReject
impl UnwindSafe for AlwaysReject
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