Struct intelli_shell::model::LabelSuggestion
source · pub struct LabelSuggestion {
pub flat_root_cmd: String,
pub flat_label: String,
pub suggestion: String,
pub usage: u64,
}
Expand description
Type to represent label suggestions.
Fields§
§flat_root_cmd: String
§flat_label: String
§suggestion: String
§usage: u64
Implementations§
source§impl LabelSuggestion
impl LabelSuggestion
pub fn increment_usage(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LabelSuggestion
impl Send for LabelSuggestion
impl Sync for LabelSuggestion
impl Unpin for LabelSuggestion
impl UnwindSafe for LabelSuggestion
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