pub struct MayaLightRelationshipCommand {
pub relationship: Option<MayaRawShellItem>,
pub members: Vec<MayaRawShellItem>,
pub flags: Vec<MayaLightFlag>,
pub opaque_tail: Option<TextRange>,
pub span: TextRange,
}Fields§
§relationship: Option<MayaRawShellItem>§members: Vec<MayaRawShellItem>§flags: Vec<MayaLightFlag>§opaque_tail: Option<TextRange>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaLightRelationshipCommand
impl Clone for MayaLightRelationshipCommand
Source§fn clone(&self) -> MayaLightRelationshipCommand
fn clone(&self) -> MayaLightRelationshipCommand
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 MayaLightRelationshipCommand
impl Debug for MayaLightRelationshipCommand
Source§impl PartialEq for MayaLightRelationshipCommand
impl PartialEq for MayaLightRelationshipCommand
Source§fn eq(&self, other: &MayaLightRelationshipCommand) -> bool
fn eq(&self, other: &MayaLightRelationshipCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MayaLightRelationshipCommand
impl StructuralPartialEq for MayaLightRelationshipCommand
Auto Trait Implementations§
impl Freeze for MayaLightRelationshipCommand
impl RefUnwindSafe for MayaLightRelationshipCommand
impl Send for MayaLightRelationshipCommand
impl Sync for MayaLightRelationshipCommand
impl Unpin for MayaLightRelationshipCommand
impl UnsafeUnpin for MayaLightRelationshipCommand
impl UnwindSafe for MayaLightRelationshipCommand
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