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