pub struct NotifyMsg {
pub level: String,
pub message: String,
pub status: String,
pub status_set: bool,
}Expand description
Ext→host UI toast / footer status.
Fields§
§level: String§message: String§status: String§status_set: boolTrait Implementations§
impl Eq for NotifyMsg
impl StructuralPartialEq for NotifyMsg
Auto Trait Implementations§
impl Freeze for NotifyMsg
impl RefUnwindSafe for NotifyMsg
impl Send for NotifyMsg
impl Sync for NotifyMsg
impl Unpin for NotifyMsg
impl UnsafeUnpin for NotifyMsg
impl UnwindSafe for NotifyMsg
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