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