pub struct AlertResponse {
pub response: Response,
pub dismissed: bool,
}Expand description
Response from an alert
Fields§
§response: ResponseThe UI response
dismissed: boolWhether the alert was dismissed
Auto Trait Implementations§
impl Freeze for AlertResponse
impl !RefUnwindSafe for AlertResponse
impl Send for AlertResponse
impl Sync for AlertResponse
impl Unpin for AlertResponse
impl UnsafeUnpin for AlertResponse
impl !UnwindSafe for AlertResponse
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