Enum intelli_shell::model::CommandPart
source · pub enum CommandPart {
Text(String),
Label(String),
LabelValue(String),
}
Variants§
Trait Implementations§
source§impl Clone for CommandPart
impl Clone for CommandPart
source§fn clone(&self) -> CommandPart
fn clone(&self) -> CommandPart
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 moresource§impl Debug for CommandPart
impl Debug for CommandPart
Auto Trait Implementations§
impl RefUnwindSafe for CommandPart
impl Send for CommandPart
impl Sync for CommandPart
impl Unpin for CommandPart
impl UnwindSafe for CommandPart
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