pub struct BackCommand {
pub steps: usize,
}Expand description
BACK command - go back in navigation history
Fields§
§steps: usizeNumber of steps to go back (default: 1)
Trait Implementations§
Source§impl Clone for BackCommand
impl Clone for BackCommand
Source§fn clone(&self) -> BackCommand
fn clone(&self) -> BackCommand
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 BackCommand
impl Debug for BackCommand
Source§impl Default for BackCommand
impl Default for BackCommand
Source§impl<'de> Deserialize<'de> for BackCommand
impl<'de> Deserialize<'de> for BackCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackCommand
impl PartialEq for BackCommand
Source§impl Serialize for BackCommand
impl Serialize for BackCommand
impl StructuralPartialEq for BackCommand
Auto Trait Implementations§
impl Freeze for BackCommand
impl RefUnwindSafe for BackCommand
impl Send for BackCommand
impl Sync for BackCommand
impl Unpin for BackCommand
impl UnwindSafe for BackCommand
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