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