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