pub struct NameLength;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameLength
impl RefUnwindSafe for NameLength
impl Send for NameLength
impl Sync for NameLength
impl Unpin for NameLength
impl UnsafeUnpin for NameLength
impl UnwindSafe for NameLength
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