Struct naumi::types::string::LongString
source · pub struct LongString(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for LongString
impl Clone for LongString
source§fn clone(&self) -> LongString
fn clone(&self) -> LongString
Returns a copy 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 Convert for LongString
impl Convert for LongString
Auto Trait Implementations§
impl RefUnwindSafe for LongString
impl Send for LongString
impl Sync for LongString
impl Unpin for LongString
impl UnwindSafe for LongString
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