pub struct LongString(/* private fields */);
Trait Implementations§
Source§impl Clone for LongString
impl Clone for LongString
Source§fn clone(&self) -> LongString
fn clone(&self) -> LongString
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LongString
impl Debug for LongString
Source§impl Deserialize for LongString
impl Deserialize for LongString
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self::Output>
Source§impl PartialEq for LongString
impl PartialEq for LongString
Source§impl Serialize for LongString
impl Serialize for LongString
impl StructuralPartialEq for LongString
Auto Trait Implementations§
impl Freeze for LongString
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