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