pub struct WrapString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for WrapString
impl Clone for WrapString
Source§fn clone(&self) -> WrapString
fn clone(&self) -> WrapString
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WrapString
impl Debug for WrapString
Auto Trait Implementations§
impl Freeze for WrapString
impl RefUnwindSafe for WrapString
impl Send for WrapString
impl Sync for WrapString
impl Unpin for WrapString
impl UnwindSafe for WrapString
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