pub struct TextBufferStatistics { /* private fields */ }Expand description
Stores statistics about the whole document.
Trait Implementations§
Source§impl Clone for TextBufferStatistics
impl Clone for TextBufferStatistics
Source§fn clone(&self) -> TextBufferStatistics
fn clone(&self) -> TextBufferStatistics
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 moreimpl Copy for TextBufferStatistics
Auto Trait Implementations§
impl Freeze for TextBufferStatistics
impl RefUnwindSafe for TextBufferStatistics
impl Send for TextBufferStatistics
impl Sync for TextBufferStatistics
impl Unpin for TextBufferStatistics
impl UnwindSafe for TextBufferStatistics
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