Struct multi_buffer2::ExcerptBoundary
source · pub struct ExcerptBoundary {
pub id: ExcerptId,
pub row: u32,
pub buffer: BufferSnapshot,
pub range: ExcerptRange<Anchor>,
pub starts_new_buffer: bool,
}
Fields§
§id: ExcerptId
§row: u32
§buffer: BufferSnapshot
§range: ExcerptRange<Anchor>
§starts_new_buffer: bool
Auto Trait Implementations§
impl !RefUnwindSafe for ExcerptBoundary
impl Send for ExcerptBoundary
impl Sync for ExcerptBoundary
impl Unpin for ExcerptBoundary
impl !UnwindSafe for ExcerptBoundary
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