pub struct KbdCmd<'a>(/* private fields */);Expand description
Borrowed action.
Implementations§
Trait Implementations§
impl<'a> Copy for KbdCmd<'a>
impl<'a> Eq for KbdCmd<'a>
impl<'a> StructuralPartialEq for KbdCmd<'a>
Auto Trait Implementations§
impl<'a> Freeze for KbdCmd<'a>
impl<'a> RefUnwindSafe for KbdCmd<'a>
impl<'a> !Send for KbdCmd<'a>
impl<'a> !Sync for KbdCmd<'a>
impl<'a> Unpin for KbdCmd<'a>
impl<'a> UnwindSafe for KbdCmd<'a>
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