Struct zng_view_api::dialog::MsgDialog
source · pub struct MsgDialog {
pub title: Txt,
pub message: Txt,
pub icon: MsgDialogIcon,
pub buttons: MsgDialogButtons,
}Expand description
Defines a native message dialog.
Fields§
§title: TxtMessage dialog window title.
message: TxtMessage text.
icon: MsgDialogIconKind of message.
Message buttons.
Trait Implementations§
source§impl<'de> Deserialize<'de> for MsgDialog
impl<'de> Deserialize<'de> for MsgDialog
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MsgDialog
impl PartialEq for MsgDialog
impl Eq for MsgDialog
impl StructuralPartialEq for MsgDialog
Auto Trait Implementations§
impl Freeze for MsgDialog
impl RefUnwindSafe for MsgDialog
impl Send for MsgDialog
impl Sync for MsgDialog
impl Unpin for MsgDialog
impl UnwindSafe for MsgDialog
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