Struct easy_assert::string_assertions::StringAssert
source · pub struct StringAssert { /* private fields */ }Implementations§
source§impl 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§
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