pub struct LogBook {
pub close_on_unfocus: bool,
/* private fields */
}Fields§
§close_on_unfocus: boolWether to close this Widget after unfocusing, true by
default
Implementations§
Trait Implementations§
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