pub struct Preserve<'src> {
pub left: KeyCombo<'src>,
pub right: KeyCombo<'src>,
}
Fields§
§left: KeyCombo<'src>
§right: KeyCombo<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Preserve<'src>
Auto Trait Implementations§
impl<'src> Freeze for Preserve<'src>
impl<'src> RefUnwindSafe for Preserve<'src>
impl<'src> Send for Preserve<'src>
impl<'src> Sync for Preserve<'src>
impl<'src> Unpin for Preserve<'src>
impl<'src> UnwindSafe for Preserve<'src>
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