pub struct ModalClosed {
pub reason: CloseReason,
}Expand description
Message emitted when modal is closed.
Fields§
§reason: CloseReasonReason for closure
Trait Implementations§
Source§impl Clone for ModalClosed
impl Clone for ModalClosed
Auto Trait Implementations§
impl Freeze for ModalClosed
impl RefUnwindSafe for ModalClosed
impl Send for ModalClosed
impl Sync for ModalClosed
impl Unpin for ModalClosed
impl UnsafeUnpin for ModalClosed
impl UnwindSafe for ModalClosed
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