pub struct InternedString { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for InternedString
impl Clone for InternedString
Source§fn clone(&self) -> InternedString
fn clone(&self) -> InternedString
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 Debug for InternedString
impl Debug for InternedString
Source§impl Display for InternedString
impl Display for InternedString
Source§impl Hash for InternedString
impl Hash for InternedString
Source§impl Ord for InternedString
impl Ord for InternedString
Source§fn cmp(&self, other: &InternedString) -> Ordering
fn cmp(&self, other: &InternedString) -> 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 PartialEq for InternedString
impl PartialEq for InternedString
Source§impl PartialOrd for InternedString
impl PartialOrd for InternedString
impl Copy for InternedString
impl Eq for InternedString
impl StructuralPartialEq for InternedString
Auto Trait Implementations§
impl Freeze for InternedString
impl RefUnwindSafe for InternedString
impl Send for InternedString
impl Sync for InternedString
impl Unpin for InternedString
impl UnwindSafe for InternedString
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)