pub struct LogBook { /* private fields */ }Trait Implementations§
Source§impl<U: Ui> Widget<U> for LogBook
impl<U: Ui> Widget<U> for LogBook
Source§type Cfg = LogBookCfg<U>
type Cfg = LogBookCfg<U>
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 on_focus(_: &mut Pass, handle: Handle<Self, U>)
fn on_focus(_: &mut Pass, handle: Handle<Self, U>)
Actions to do whenever this
Widget is focusedAuto Trait Implementations§
impl !Freeze for LogBook
impl !RefUnwindSafe for LogBook
impl !Send for LogBook
impl !Sync for LogBook
impl Unpin for LogBook
impl !UnwindSafe for LogBook
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