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