pub struct AlwaysPass;Expand description
A Constraint that always passes.
Trait Implementations§
Source§impl<I> Constraint<I> for AlwaysPass
impl<I> Constraint<I> for AlwaysPass
Auto Trait Implementations§
impl Freeze for AlwaysPass
impl RefUnwindSafe for AlwaysPass
impl Send for AlwaysPass
impl Sync for AlwaysPass
impl Unpin for AlwaysPass
impl UnwindSafe for AlwaysPass
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