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 · 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 KeymapLoadOptions
impl Debug for KeymapLoadOptions
Source§impl Default for KeymapLoadOptions
impl Default for KeymapLoadOptions
Source§impl PartialEq for KeymapLoadOptions
impl PartialEq for KeymapLoadOptions
impl Copy for KeymapLoadOptions
impl Eq for KeymapLoadOptions
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