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 Read more
Source§fn needs_update(&self, _: &Pass) -> bool
fn needs_update(&self, _: &Pass) -> bool
Source§fn once() -> Result<(), Text>
fn once() -> Result<(), Text>
Actions taken when this widget opens for the first time Read more
Source§fn on_unfocus(pa: &mut Pass, handle: &Handle<Self, U>)
fn on_unfocus(pa: &mut Pass, handle: &Handle<Self, U>)
Auto Trait Implementations§
impl !Freeze for LogBook
impl !RefUnwindSafe for LogBook
impl Send for LogBook
impl !Sync for LogBook
impl Unpin for LogBook
impl UnsafeUnpin 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