pub struct MayaRequiresCommand {
pub plugin_name: Option<MayaRawShellItem>,
pub plugin_version: Option<MayaRawShellItem>,
pub option_items: Vec<MayaRawShellItem>,
pub requirements: Vec<MayaRawShellItem>,
pub flags: Vec<MayaNormalizedFlag>,
pub span: TextRange,
}Fields§
§plugin_name: Option<MayaRawShellItem>§plugin_version: Option<MayaRawShellItem>§option_items: Vec<MayaRawShellItem>§requirements: Vec<MayaRawShellItem>§flags: Vec<MayaNormalizedFlag>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaRequiresCommand
impl Clone for MayaRequiresCommand
Source§fn clone(&self) -> MayaRequiresCommand
fn clone(&self) -> MayaRequiresCommand
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 MayaRequiresCommand
impl Debug for MayaRequiresCommand
Source§impl PartialEq for MayaRequiresCommand
impl PartialEq for MayaRequiresCommand
impl Eq for MayaRequiresCommand
impl StructuralPartialEq for MayaRequiresCommand
Auto Trait Implementations§
impl Freeze for MayaRequiresCommand
impl RefUnwindSafe for MayaRequiresCommand
impl Send for MayaRequiresCommand
impl Sync for MayaRequiresCommand
impl Unpin for MayaRequiresCommand
impl UnsafeUnpin for MayaRequiresCommand
impl UnwindSafe for MayaRequiresCommand
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