Struct unic_langid::subtags::Variant
source · pub struct Variant(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for Variant
impl Ord for Variant
source§impl PartialEq<&str> for Variant
impl PartialEq<&str> for Variant
source§impl PartialEq for Variant
impl PartialEq for Variant
source§impl PartialOrd for Variant
impl PartialOrd for Variant
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 Copy for Variant
impl Eq for Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl Freeze for Variant
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnwindSafe for Variant
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