Struct easy_assert::string_assertions::StringAssert
source · [−]pub struct StringAssert { /* private fields */ }Implementations
sourceimpl StringAssert
impl StringAssert
Auto Trait Implementations
impl RefUnwindSafe for StringAssert
impl Send for StringAssert
impl Sync for StringAssert
impl Unpin for StringAssert
impl UnwindSafe for StringAssert
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more