Enum fm::mode::MarkAction
source · pub enum MarkAction {
Jump,
New,
}Expand description
Different kind of mark actions. Either we jump to an existing mark or we save current path to a mark. In both case, we’ll have to listen to the next char typed.
Variants§
Jump
Jump to a selected mark (ie a path associated to a char)
New
Creates a new mark (a path associated to a char)
Trait Implementations§
source§impl Clone for MarkAction
impl Clone for MarkAction
source§fn clone(&self) -> MarkAction
fn clone(&self) -> MarkAction
Returns a copy 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 more