pub struct RangeChange { /* private fields */ }Expand description
Abstract description of one text range change.
Implementations§
Trait Implementations§
Source§impl Clone for RangeChange
impl Clone for RangeChange
Source§fn clone(&self) -> RangeChange
fn clone(&self) -> RangeChange
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 RangeChange
impl Debug for RangeChange
Source§impl PartialEq for RangeChange
impl PartialEq for RangeChange
impl Copy for RangeChange
impl Eq for RangeChange
impl StructuralPartialEq for RangeChange
Auto Trait Implementations§
impl Freeze for RangeChange
impl RefUnwindSafe for RangeChange
impl Send for RangeChange
impl Sync for RangeChange
impl Unpin for RangeChange
impl UnsafeUnpin for RangeChange
impl UnwindSafe for RangeChange
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