pub struct ConfirmDialogOpions {
pub message: String,
pub title: Option<&'static str>,
pub kind: Option<MessageDialogKind>,
pub ok_label: Option<&'static str>,
pub cancel_label: Option<&'static str>,
}Fields§
§message: String§title: Option<&'static str>§kind: Option<MessageDialogKind>§ok_label: Option<&'static str>§cancel_label: Option<&'static str>Implementations§
Trait Implementations§
Source§impl Clone for ConfirmDialogOpions
impl Clone for ConfirmDialogOpions
Source§fn clone(&self) -> ConfirmDialogOpions
fn clone(&self) -> ConfirmDialogOpions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ConfirmDialogOpions
impl Default for ConfirmDialogOpions
Source§fn default() -> ConfirmDialogOpions
fn default() -> ConfirmDialogOpions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfirmDialogOpions
impl RefUnwindSafe for ConfirmDialogOpions
impl Send for ConfirmDialogOpions
impl Sync for ConfirmDialogOpions
impl Unpin for ConfirmDialogOpions
impl UnwindSafe for ConfirmDialogOpions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.