pub struct MayaFileCommand {
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<MayaNormalizedFlag>,
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<MayaNormalizedFlag>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaFileCommand
impl Clone for MayaFileCommand
Source§fn clone(&self) -> MayaFileCommand
fn clone(&self) -> MayaFileCommand
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 MayaFileCommand
impl Debug for MayaFileCommand
Source§impl PartialEq for MayaFileCommand
impl PartialEq for MayaFileCommand
impl Eq for MayaFileCommand
impl StructuralPartialEq for MayaFileCommand
Auto Trait Implementations§
impl Freeze for MayaFileCommand
impl RefUnwindSafe for MayaFileCommand
impl Send for MayaFileCommand
impl Sync for MayaFileCommand
impl Unpin for MayaFileCommand
impl UnsafeUnpin for MayaFileCommand
impl UnwindSafe for MayaFileCommand
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