pub struct TomlString<'s> { /* private fields */ }
Trait Implementations§
Source§impl<'s> Clone for TomlString<'s>
impl<'s> Clone for TomlString<'s>
Source§fn clone(&self) -> TomlString<'s>
fn clone(&self) -> TomlString<'s>
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<'s> Debug for TomlString<'s>
impl<'s> Debug for TomlString<'s>
Source§impl<'s> Hash for TomlString<'s>
impl<'s> Hash for TomlString<'s>
Source§impl<'s> Ord for TomlString<'s>
impl<'s> Ord for TomlString<'s>
Source§fn cmp(&self, other: &TomlString<'s>) -> Ordering
fn cmp(&self, other: &TomlString<'s>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'s> PartialEq for TomlString<'s>
impl<'s> PartialEq for TomlString<'s>
Source§impl<'s> PartialOrd for TomlString<'s>
impl<'s> PartialOrd for TomlString<'s>
Source§impl WriteTomlValue for TomlString<'_>
impl WriteTomlValue for TomlString<'_>
impl<'s> Copy for TomlString<'s>
impl<'s> Eq for TomlString<'s>
impl<'s> StructuralPartialEq for TomlString<'s>
Auto Trait Implementations§
impl<'s> Freeze for TomlString<'s>
impl<'s> RefUnwindSafe for TomlString<'s>
impl<'s> Send for TomlString<'s>
impl<'s> Sync for TomlString<'s>
impl<'s> Unpin for TomlString<'s>
impl<'s> UnwindSafe for TomlString<'s>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToTomlValue for Twhere
T: WriteTomlValue + ?Sized,
impl<T> ToTomlValue for Twhere
T: WriteTomlValue + ?Sized,
Source§fn to_toml_value(&self) -> String
fn to_toml_value(&self) -> String
Available on crate feature
alloc
only.Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes