pub struct Lexicographic<S: StringLike>(/* private fields */);Implementations§
Source§impl<S: StringLike> Lexicographic<S>
impl<S: StringLike> Lexicographic<S>
Trait Implementations§
Source§impl<S: StringLike> AsRef<str> for Lexicographic<S>
impl<S: StringLike> AsRef<str> for Lexicographic<S>
Source§impl<S: Clone + StringLike> Clone for Lexicographic<S>
impl<S: Clone + StringLike> Clone for Lexicographic<S>
Source§fn clone(&self) -> Lexicographic<S>
fn clone(&self) -> Lexicographic<S>
Returns a duplicate 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 + StringLike> Debug for Lexicographic<S>
impl<S: Debug + StringLike> Debug for Lexicographic<S>
Source§impl<S: Default + StringLike> Default for Lexicographic<S>
impl<S: Default + StringLike> Default for Lexicographic<S>
Source§fn default() -> Lexicographic<S>
fn default() -> Lexicographic<S>
Returns the “default value” for a type. Read more
Source§impl<S: StringLike> Deref for Lexicographic<S>
impl<S: StringLike> Deref for Lexicographic<S>
Source§impl<S: StringLike> DerefMut for Lexicographic<S>
impl<S: StringLike> DerefMut for Lexicographic<S>
Source§impl<'de, S: StringLike> Deserialize<'de> for Lexicographic<S>
impl<'de, S: StringLike> Deserialize<'de> for Lexicographic<S>
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<S: StringLike> From<&str> for Lexicographic<S>
impl<S: StringLike> From<&str> for Lexicographic<S>
Source§impl<S: Ord + StringLike> Ord for Lexicographic<S>
impl<S: Ord + StringLike> Ord for Lexicographic<S>
Source§fn cmp(&self, other: &Lexicographic<S>) -> Ordering
fn cmp(&self, other: &Lexicographic<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: StringLike> PartialEq<&str> for Lexicographic<S>
impl<S: StringLike> PartialEq<&str> for Lexicographic<S>
Source§impl<S: StringLike> PartialEq<str> for Lexicographic<S>
impl<S: StringLike> PartialEq<str> for Lexicographic<S>
Source§impl<S: PartialEq + StringLike> PartialEq for Lexicographic<S>
impl<S: PartialEq + StringLike> PartialEq for Lexicographic<S>
Source§impl<S: PartialOrd + StringLike> PartialOrd for Lexicographic<S>
impl<S: PartialOrd + StringLike> PartialOrd for Lexicographic<S>
Source§impl<S> Serialize for Lexicographic<S>
impl<S> Serialize for Lexicographic<S>
impl<S: Eq + StringLike> Eq for Lexicographic<S>
impl<S: StringLike> StructuralPartialEq for Lexicographic<S>
Auto Trait Implementations§
impl<S> Freeze for Lexicographic<S>where
S: Freeze,
impl<S> RefUnwindSafe for Lexicographic<S>where
S: RefUnwindSafe,
impl<S> Send for Lexicographic<S>where
S: Send,
impl<S> Sync for Lexicographic<S>where
S: Sync,
impl<S> Unpin for Lexicographic<S>where
S: Unpin,
impl<S> UnsafeUnpin for Lexicographic<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for Lexicographic<S>where
S: UnwindSafe,
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