pub struct MayaLightFileCommand {
pub path: Option<MayaRawShellItem>,
pub namespace: Option<MayaRawShellItem>,
pub reference_node: Option<MayaRawShellItem>,
pub file_type: Option<MayaRawShellItem>,
pub options: Option<MayaRawShellItem>,
pub is_reference: bool,
pub flags: Vec<MayaLightFlag>,
pub opaque_tail: Option<TextRange>,
pub span: TextRange,
}Fields§
§path: Option<MayaRawShellItem>§namespace: Option<MayaRawShellItem>§reference_node: Option<MayaRawShellItem>§file_type: Option<MayaRawShellItem>§options: Option<MayaRawShellItem>§is_reference: bool§flags: Vec<MayaLightFlag>§opaque_tail: Option<TextRange>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaLightFileCommand
impl Clone for MayaLightFileCommand
Source§fn clone(&self) -> MayaLightFileCommand
fn clone(&self) -> MayaLightFileCommand
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 MayaLightFileCommand
impl Debug for MayaLightFileCommand
Source§impl PartialEq for MayaLightFileCommand
impl PartialEq for MayaLightFileCommand
impl Eq for MayaLightFileCommand
impl StructuralPartialEq for MayaLightFileCommand
Auto Trait Implementations§
impl Freeze for MayaLightFileCommand
impl RefUnwindSafe for MayaLightFileCommand
impl Send for MayaLightFileCommand
impl Sync for MayaLightFileCommand
impl Unpin for MayaLightFileCommand
impl UnsafeUnpin for MayaLightFileCommand
impl UnwindSafe for MayaLightFileCommand
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