Struct egui_notify::ToastOptions
source · [−]pub struct ToastOptions { /* private fields */ }Expand description
Container for options for initlizing toasts
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ToastOptions
impl Send for ToastOptions
impl Sync for ToastOptions
impl Unpin for ToastOptions
impl UnwindSafe for ToastOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more