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§
Source§impl Widget<Ui> for VertRule
impl Widget<Ui> for VertRule
Source§type Cfg = VertRuleCfg
type Cfg = VertRuleCfg
The configuration type
Source§fn once() -> Result<(), Text>
fn once() -> Result<(), Text>
Actions taken when this widget opens for the first time Read more
Source§fn cursors_mut(&mut self) -> Option<&mut Cursors>
fn cursors_mut(&mut self) -> Option<&mut Cursors>
A mutable reference to the
Cursors, if they existAuto 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