pub struct IndentChangeLog { /* private fields */ }Expand description
A position tracker that records all indent-change events.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndentChangeLog
impl RefUnwindSafe for IndentChangeLog
impl Send for IndentChangeLog
impl Sync for IndentChangeLog
impl Unpin for IndentChangeLog
impl UnsafeUnpin for IndentChangeLog
impl UnwindSafe for IndentChangeLog
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