pub struct ResponseStruct { /* private fields */ }
Trait Implementations§
Source§impl ResponseTrait for ResponseStruct
impl ResponseTrait for ResponseStruct
fn set_content(&self, content: String) -> ResponseStruct
fn add_flag( &self, flag: InteractionApplicationCommandCallbackDataFlags, ) -> ResponseStruct
fn change_kind(&self, kind: InteractionResponseType) -> ResponseStruct
fn set_embed(&self, embed: CreateEmbed) -> ResponseStruct
Auto Trait Implementations§
impl Freeze for ResponseStruct
impl RefUnwindSafe for ResponseStruct
impl Send for ResponseStruct
impl Sync for ResponseStruct
impl Unpin for ResponseStruct
impl UnwindSafe for ResponseStruct
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