pub struct ModesConfig {
pub default: InteractionLevel,
}Fields§
§default: InteractionLevelTrait Implementations§
Source§impl Clone for ModesConfig
impl Clone for ModesConfig
Source§fn clone(&self) -> ModesConfig
fn clone(&self) -> ModesConfig
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 ModesConfig
impl Debug for ModesConfig
Source§impl Default for ModesConfig
impl Default for ModesConfig
Source§fn default() -> ModesConfig
fn default() -> ModesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModesConfig
impl<'de> Deserialize<'de> for ModesConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModesConfig
impl PartialEq for ModesConfig
Source§impl Serialize for ModesConfig
impl Serialize for ModesConfig
impl StructuralPartialEq for ModesConfig
Auto Trait Implementations§
impl Freeze for ModesConfig
impl RefUnwindSafe for ModesConfig
impl Send for ModesConfig
impl Sync for ModesConfig
impl Unpin for ModesConfig
impl UnsafeUnpin for ModesConfig
impl UnwindSafe for ModesConfig
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