Struct glib::CollationKey
source · pub struct CollationKey(_);
Expand description
A CollationKey
allows ordering strings using the linguistically correct rules for the current locale.
Trait Implementations§
source§impl Clone for CollationKey
impl Clone for CollationKey
source§fn clone(&self) -> CollationKey
fn clone(&self) -> CollationKey
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 CollationKey
impl Debug for CollationKey
source§impl Ord for CollationKey
impl Ord for CollationKey
source§fn cmp(&self, other: &CollationKey) -> Ordering
fn cmp(&self, other: &CollationKey) -> 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<CollationKey> for CollationKey
impl PartialEq<CollationKey> for CollationKey
source§fn eq(&self, other: &CollationKey) -> bool
fn eq(&self, other: &CollationKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CollationKey> for CollationKey
impl PartialOrd<CollationKey> for CollationKey
source§fn partial_cmp(&self, other: &CollationKey) -> Option<Ordering>
fn partial_cmp(&self, other: &CollationKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for CollationKey
impl StructuralEq for CollationKey
impl StructuralPartialEq for CollationKey
Auto Trait Implementations§
impl RefUnwindSafe for CollationKey
impl Send for CollationKey
impl Sync for CollationKey
impl Unpin for CollationKey
impl UnwindSafe for CollationKey
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