pub struct HistoryMove {
pub start: ByteOffset,
pub end: ByteOffset,
}Fields§
§start: ByteOffset§end: ByteOffsetTrait Implementations§
Source§impl Clone for HistoryMove
impl Clone for HistoryMove
Source§fn clone(&self) -> HistoryMove
fn clone(&self) -> HistoryMove
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 HistoryMove
Auto Trait Implementations§
impl Freeze for HistoryMove
impl RefUnwindSafe for HistoryMove
impl Send for HistoryMove
impl Sync for HistoryMove
impl Unpin for HistoryMove
impl UnsafeUnpin for HistoryMove
impl UnwindSafe for HistoryMove
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