pub struct StringAssert { /* private fields */ }
Implementations§
Source§impl StringAssert
impl StringAssert
Auto Trait Implementations§
impl Freeze for StringAssert
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