pub struct showString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for showString
impl RefUnwindSafe for showString
impl Send for showString
impl Sync for showString
impl Unpin for showString
impl UnwindSafe for showString
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