pub struct Gutter { /* private fields */ }Expand description
A struct to hold diagnostic hints about a Buffer.
It sits on the sides of the Buffer, and tells you when there are
things to note about specific lines. These may be hints, warnings,
errors, or custom annotations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gutter
impl !RefUnwindSafe for Gutter
impl Send for Gutter
impl !Sync for Gutter
impl Unpin for Gutter
impl UnsafeUnpin for Gutter
impl !UnwindSafe for Gutter
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