pub struct ConfirmModal {
pub open: bool,
pub kind: ConfirmKind,
pub message: String,
}Fields§
§open: bool§kind: ConfirmKind§message: StringImplementations§
Trait Implementations§
Source§impl Debug for ConfirmModal
impl Debug for ConfirmModal
Auto Trait Implementations§
impl Freeze for ConfirmModal
impl RefUnwindSafe for ConfirmModal
impl Send for ConfirmModal
impl Sync for ConfirmModal
impl Unpin for ConfirmModal
impl UnsafeUnpin for ConfirmModal
impl UnwindSafe for ConfirmModal
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