pub struct SetWidthMsg(pub usize);Expand description
Message to set the width of the help view.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for SetWidthMsg
impl Clone for SetWidthMsg
Source§fn clone(&self) -> SetWidthMsg
fn clone(&self) -> SetWidthMsg
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 SetWidthMsg
impl Debug for SetWidthMsg
impl Copy for SetWidthMsg
Auto Trait Implementations§
impl Freeze for SetWidthMsg
impl RefUnwindSafe for SetWidthMsg
impl Send for SetWidthMsg
impl Sync for SetWidthMsg
impl Unpin for SetWidthMsg
impl UnwindSafe for SetWidthMsg
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