pub struct LineNumbers<U: Ui> { /* private fields */ }Implementations§
Source§impl<U: Ui> LineNumbers<U>
impl<U: Ui> LineNumbers<U>
Sourcepub fn options(&self) -> &LineNumbersOptions<U>
pub fn options(&self) -> &LineNumbersOptions<U>
The options for these LineNumbers
Sourcepub fn options_mut(&mut self) -> &mut LineNumbersOptions<U>
pub fn options_mut(&mut self) -> &mut LineNumbersOptions<U>
The mutable options for these LineNumbers
Trait Implementations§
Source§impl<U: Ui> Widget<U> for LineNumbers<U>
impl<U: Ui> Widget<U> for LineNumbers<U>
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 existSource§fn on_unfocus(&mut self, area: &U::Area)
fn on_unfocus(&mut self, area: &U::Area)
Actions to do whenever this
Widget is unfocused.Auto Trait Implementations§
impl<U> !Freeze for LineNumbers<U>
impl<U> !RefUnwindSafe for LineNumbers<U>
impl<U> Send for LineNumbers<U>
impl<U> !Sync for LineNumbers<U>
impl<U> Unpin for LineNumbers<U>
impl<U> !UnwindSafe for LineNumbers<U>
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