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