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