pub struct MayaSelectiveCreateNode {
pub head_range: TextRange,
pub node_type_range: Option<TextRange>,
pub name_range: Option<TextRange>,
pub parent_range: Option<TextRange>,
pub span: TextRange,
}Fields§
§head_range: TextRange§node_type_range: Option<TextRange>§name_range: Option<TextRange>§parent_range: Option<TextRange>§span: TextRangeTrait Implementations§
Source§impl Clone for MayaSelectiveCreateNode
impl Clone for MayaSelectiveCreateNode
Source§fn clone(&self) -> MayaSelectiveCreateNode
fn clone(&self) -> MayaSelectiveCreateNode
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 MayaSelectiveCreateNode
impl Debug for MayaSelectiveCreateNode
Source§impl PartialEq for MayaSelectiveCreateNode
impl PartialEq for MayaSelectiveCreateNode
impl Eq for MayaSelectiveCreateNode
impl StructuralPartialEq for MayaSelectiveCreateNode
Auto Trait Implementations§
impl Freeze for MayaSelectiveCreateNode
impl RefUnwindSafe for MayaSelectiveCreateNode
impl Send for MayaSelectiveCreateNode
impl Sync for MayaSelectiveCreateNode
impl Unpin for MayaSelectiveCreateNode
impl UnsafeUnpin for MayaSelectiveCreateNode
impl UnwindSafe for MayaSelectiveCreateNode
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