pub struct LanguageSettings { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LanguageSettings
impl Clone for LanguageSettings
Source§fn clone(&self) -> LanguageSettings
fn clone(&self) -> LanguageSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LanguageSettings
impl Debug for LanguageSettings
Source§impl Default for LanguageSettings
impl Default for LanguageSettings
Source§fn default() -> LanguageSettings
fn default() -> LanguageSettings
Returns the “default value” for a type. Read more
impl Eq for LanguageSettings
Source§impl PartialEq for LanguageSettings
impl PartialEq for LanguageSettings
impl StructuralPartialEq for LanguageSettings
Auto Trait Implementations§
impl Freeze for LanguageSettings
impl RefUnwindSafe for LanguageSettings
impl Send for LanguageSettings
impl Sync for LanguageSettings
impl Unpin for LanguageSettings
impl UnsafeUnpin for LanguageSettings
impl UnwindSafe for LanguageSettings
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.