pub struct QuickModalResponse {
pub interaction: ModalInteraction,
pub inputs: Vec<String>,
}
Fields§
§interaction: ModalInteraction
§inputs: Vec<String>
Auto Trait Implementations§
impl Freeze for QuickModalResponse
impl RefUnwindSafe for QuickModalResponse
impl Send for QuickModalResponse
impl Sync for QuickModalResponse
impl Unpin for QuickModalResponse
impl UnwindSafe for QuickModalResponse
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