pub struct PopupInteraction {
pub response: bool,
pub message: String,
pub calling_module: Module,
}Fields§
§response: bool§message: String§calling_module: ModuleAuto Trait Implementations§
impl Freeze for PopupInteraction
impl RefUnwindSafe for PopupInteraction
impl Send for PopupInteraction
impl Sync for PopupInteraction
impl Unpin for PopupInteraction
impl UnwindSafe for PopupInteraction
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