pub struct _String { /* private fields */ }
Expand description
the struct that handles String and &str
Implementations§
Trait Implementations§
Source§impl Append<_String> for List
impl Append<_String> for List
Source§fn append_back(&mut self, _string: _String) -> &mut Self
fn append_back(&mut self, _string: _String) -> &mut Self
Performs append
Source§impl AppendFront<_String> for List
impl AppendFront<_String> for List
Source§fn append_front(&mut self, _string: _String) -> &mut Self
fn append_front(&mut self, _string: _String) -> &mut Self
performs the append front
impl Eq for _String
impl StructuralPartialEq for _String
Auto Trait Implementations§
impl Freeze for _String
impl RefUnwindSafe for _String
impl Send for _String
impl Sync for _String
impl Unpin for _String
impl UnwindSafe for _String
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