pub enum SourceRangeProjection {
Resolved {
range: SourceLineRange,
changed: bool,
},
Deleted,
Ambiguous,
}Variants§
Trait Implementations§
Source§impl Clone for SourceRangeProjection
impl Clone for SourceRangeProjection
Source§fn clone(&self) -> SourceRangeProjection
fn clone(&self) -> SourceRangeProjection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SourceRangeProjection
Source§impl Debug for SourceRangeProjection
impl Debug for SourceRangeProjection
impl Eq for SourceRangeProjection
Source§impl PartialEq for SourceRangeProjection
impl PartialEq for SourceRangeProjection
impl StructuralPartialEq for SourceRangeProjection
Auto Trait Implementations§
impl Freeze for SourceRangeProjection
impl RefUnwindSafe for SourceRangeProjection
impl Send for SourceRangeProjection
impl Sync for SourceRangeProjection
impl Unpin for SourceRangeProjection
impl UnsafeUnpin for SourceRangeProjection
impl UnwindSafe for SourceRangeProjection
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