pub struct InteractionApplicationCommandCallbackData {
pub tts: bool,
pub content: String,
pub embeds: Vec<Embed>,
pub allowed_mentions: AllowedMention,
}Fields§
§tts: bool§content: String§embeds: Vec<Embed>§allowed_mentions: AllowedMentionAuto Trait Implementations§
impl RefUnwindSafe for InteractionApplicationCommandCallbackData
impl Send for InteractionApplicationCommandCallbackData
impl Sync for InteractionApplicationCommandCallbackData
impl Unpin for InteractionApplicationCommandCallbackData
impl UnwindSafe for InteractionApplicationCommandCallbackData
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