pub struct VertRule { /* private fields */ }Expand description
A vertical line on screen, useful, for example, for the separation
of a File and LineNumbers.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for VertRule
impl !RefUnwindSafe for VertRule
impl Send for VertRule
impl Sync for VertRule
impl Unpin for VertRule
impl !UnwindSafe for VertRule
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