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