pub struct ConfirmationDialog {
pub title: Text,
pub text: Text,
pub confirm: Text,
pub deny: Text,
pub style: Option<Style>,
}Fields§
§title: Text§text: Text§confirm: Text§deny: Text§style: Option<Style>Trait Implementations§
Source§impl Debug for ConfirmationDialog
impl Debug for ConfirmationDialog
Source§impl Default for ConfirmationDialog
impl Default for ConfirmationDialog
Source§fn default() -> ConfirmationDialog
fn default() -> ConfirmationDialog
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfirmationDialog
impl<'de> Deserialize<'de> for ConfirmationDialog
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
Auto Trait Implementations§
impl Freeze for ConfirmationDialog
impl RefUnwindSafe for ConfirmationDialog
impl Send for ConfirmationDialog
impl Sync for ConfirmationDialog
impl Unpin for ConfirmationDialog
impl UnwindSafe for ConfirmationDialog
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