pub struct JumpEntry {
pub buffer: BufferId,
pub position: Position,
}Expand description
A single entry in the jump list.
Each entry records a buffer ID and position within that buffer.
Fields§
§buffer: BufferIdThe buffer this jump entry refers to.
position: PositionPosition within the buffer.
Implementations§
Trait Implementations§
impl Eq for JumpEntry
impl StructuralPartialEq for JumpEntry
Auto Trait Implementations§
impl Freeze for JumpEntry
impl RefUnwindSafe for JumpEntry
impl Send for JumpEntry
impl Sync for JumpEntry
impl Unpin for JumpEntry
impl UnsafeUnpin for JumpEntry
impl UnwindSafe for JumpEntry
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