pub struct AlwaysCheck;Implementations§
Trait Implementations§
Source§impl Debug for AlwaysCheck
impl Debug for AlwaysCheck
Source§impl From<AlwaysCheck> for Condition
impl From<AlwaysCheck> for Condition
Source§fn from(check: AlwaysCheck) -> Self
fn from(check: AlwaysCheck) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AlwaysCheck
impl RefUnwindSafe for AlwaysCheck
impl Send for AlwaysCheck
impl Sync for AlwaysCheck
impl Unpin for AlwaysCheck
impl UnwindSafe for AlwaysCheck
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