pub struct SetBindingsMsg(pub Vec<Binding>);Expand description
Message to set key bindings for the help view.
Tuple Fields§
§0: Vec<Binding>Trait Implementations§
Source§impl Clone for SetBindingsMsg
impl Clone for SetBindingsMsg
Source§fn clone(&self) -> SetBindingsMsg
fn clone(&self) -> SetBindingsMsg
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 moreAuto Trait Implementations§
impl Freeze for SetBindingsMsg
impl RefUnwindSafe for SetBindingsMsg
impl Send for SetBindingsMsg
impl Sync for SetBindingsMsg
impl Unpin for SetBindingsMsg
impl UnwindSafe for SetBindingsMsg
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