pub enum Command<'a> {
Vector(Vector),
LineFillAttribute(LineFillAttribute),
ConfigStatus(ConfigStatus<'a>),
AdvancedText(AdvancedText),
Character(Character<'a>),
}
Variants§
Vector(Vector)
LineFillAttribute(LineFillAttribute)
ConfigStatus(ConfigStatus<'a>)
AdvancedText(AdvancedText)
Character(Character<'a>)
Trait Implementations§
impl<'a> StructuralPartialEq for Command<'a>
Auto Trait Implementations§
impl<'a> Freeze for Command<'a>
impl<'a> RefUnwindSafe for Command<'a>
impl<'a> Send for Command<'a>
impl<'a> Sync for Command<'a>
impl<'a> Unpin for Command<'a>
impl<'a> UnwindSafe for Command<'a>
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