Struct fluent_static::LanguageSpec
source · pub struct LanguageSpec(/* private fields */);Implementations§
Trait Implementations§
source§impl AsRef<str> for LanguageSpec
impl AsRef<str> for LanguageSpec
source§impl Clone for LanguageSpec
impl Clone for LanguageSpec
source§fn clone(&self) -> LanguageSpec
fn clone(&self) -> LanguageSpec
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 LanguageSpec
impl Debug for LanguageSpec
source§impl Default for LanguageSpec
impl Default for LanguageSpec
source§fn default() -> LanguageSpec
fn default() -> LanguageSpec
Returns the “default value” for a type. Read more
source§impl Hash for LanguageSpec
impl Hash for LanguageSpec
source§impl Ord for LanguageSpec
impl Ord for LanguageSpec
source§fn cmp(&self, other: &LanguageSpec) -> Ordering
fn cmp(&self, other: &LanguageSpec) -> 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 for LanguageSpec
impl PartialEq for LanguageSpec
source§fn eq(&self, other: &LanguageSpec) -> bool
fn eq(&self, other: &LanguageSpec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for LanguageSpec
impl PartialOrd for LanguageSpec
source§fn partial_cmp(&self, other: &LanguageSpec) -> Option<Ordering>
fn partial_cmp(&self, other: &LanguageSpec) -> 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 LanguageSpec
impl StructuralPartialEq for LanguageSpec
Auto Trait Implementations§
impl Freeze for LanguageSpec
impl RefUnwindSafe for LanguageSpec
impl Send for LanguageSpec
impl Sync for LanguageSpec
impl Unpin for LanguageSpec
impl UnwindSafe for LanguageSpec
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