pub struct StringWrapper;Trait Implementations§
Source§impl Clone for StringWrapper
impl Clone for StringWrapper
Source§fn clone(&self) -> StringWrapper
fn clone(&self) -> StringWrapper
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 StringWrapper
impl Debug for StringWrapper
impl Copy for 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