pub struct LanguageSet { /* private fields */ }Available on crate feature
optimized only.Expand description
Implementations§
Trait Implementations§
Source§impl Clone for LanguageSet
impl Clone for LanguageSet
Source§fn clone(&self) -> LanguageSet
fn clone(&self) -> LanguageSet
Returns a duplicate 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 LanguageSet
impl Debug for LanguageSet
Source§impl Default for LanguageSet
impl Default for LanguageSet
Source§impl PartialEq for LanguageSet
impl PartialEq for LanguageSet
impl Copy for LanguageSet
impl Eq for LanguageSet
impl StructuralPartialEq for LanguageSet
Auto Trait Implementations§
impl Freeze for LanguageSet
impl RefUnwindSafe for LanguageSet
impl Send for LanguageSet
impl Sync for LanguageSet
impl Unpin for LanguageSet
impl UnsafeUnpin for LanguageSet
impl UnwindSafe for LanguageSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.