pub struct Toast {
pub kind: ToastKind,
pub text: String,
pub options: ToastOptions,
}Fields§
§kind: ToastKind§text: String§options: ToastOptionsImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Toast
impl Send for Toast
impl Sync for Toast
impl Unpin for Toast
impl UnwindSafe for Toast
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