pub enum MayaRawShellItemKind {
Flag,
Numeric,
BareWord,
QuotedString,
Variable,
GroupedExpr,
BraceList,
VectorLiteral,
Capture,
}Expand description
Surface classification for a raw shell item.
Variants§
Trait Implementations§
Source§impl Clone for MayaRawShellItemKind
impl Clone for MayaRawShellItemKind
Source§fn clone(&self) -> MayaRawShellItemKind
fn clone(&self) -> MayaRawShellItemKind
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 MayaRawShellItemKind
impl Debug for MayaRawShellItemKind
Source§impl PartialEq for MayaRawShellItemKind
impl PartialEq for MayaRawShellItemKind
impl Copy for MayaRawShellItemKind
impl Eq for MayaRawShellItemKind
impl StructuralPartialEq for MayaRawShellItemKind
Auto Trait Implementations§
impl Freeze for MayaRawShellItemKind
impl RefUnwindSafe for MayaRawShellItemKind
impl Send for MayaRawShellItemKind
impl Sync for MayaRawShellItemKind
impl Unpin for MayaRawShellItemKind
impl UnsafeUnpin for MayaRawShellItemKind
impl UnwindSafe for MayaRawShellItemKind
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