pub struct IsOne;Trait Implementations§
Source§impl<S> Expectation<S> for IsOne
impl<S> Expectation<S> for IsOne
impl Invertible for IsOne
Auto Trait Implementations§
impl Freeze for IsOne
impl RefUnwindSafe for IsOne
impl Send for IsOne
impl Sync for IsOne
impl Unpin for IsOne
impl UnwindSafe for IsOne
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