pub struct minlen(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for minlen
Auto Trait Implementations§
impl Freeze for minlen
impl RefUnwindSafe for minlen
impl Send for minlen
impl Sync for minlen
impl Unpin for minlen
impl UnwindSafe for minlen
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