pub struct KeymapLoadOptions {
pub when_validation: WhenValidationMode,
}Fields§
§when_validation: WhenValidationModeTrait Implementations§
Source§impl Clone for KeymapLoadOptions
impl Clone for KeymapLoadOptions
Source§fn clone(&self) -> KeymapLoadOptions
fn clone(&self) -> KeymapLoadOptions
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 moreimpl Copy for KeymapLoadOptions
Source§impl Debug for KeymapLoadOptions
impl Debug for KeymapLoadOptions
Source§impl Default for KeymapLoadOptions
impl Default for KeymapLoadOptions
impl Eq for KeymapLoadOptions
Source§impl PartialEq for KeymapLoadOptions
impl PartialEq for KeymapLoadOptions
Source§fn eq(&self, other: &KeymapLoadOptions) -> bool
fn eq(&self, other: &KeymapLoadOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeymapLoadOptions
Auto Trait Implementations§
impl Freeze for KeymapLoadOptions
impl RefUnwindSafe for KeymapLoadOptions
impl Send for KeymapLoadOptions
impl Sync for KeymapLoadOptions
impl Unpin for KeymapLoadOptions
impl UnsafeUnpin for KeymapLoadOptions
impl UnwindSafe for KeymapLoadOptions
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