pub struct KeyModeOverride;
Trait Implementations§
Source§impl Clone for KeyModeOverride
impl Clone for KeyModeOverride
Source§fn clone(&self) -> KeyModeOverride
fn clone(&self) -> KeyModeOverride
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 KeyModeOverride
impl Debug for KeyModeOverride
Source§impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for KeyModeOverride
impl<'unique_lifetime_name> FromPest<'unique_lifetime_name> for KeyModeOverride
Source§impl PartialEq for KeyModeOverride
impl PartialEq for KeyModeOverride
impl StructuralPartialEq for KeyModeOverride
Auto Trait Implementations§
impl Freeze for KeyModeOverride
impl RefUnwindSafe for KeyModeOverride
impl Send for KeyModeOverride
impl Sync for KeyModeOverride
impl Unpin for KeyModeOverride
impl UnwindSafe for KeyModeOverride
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