pub struct SlashCommandResponse(/* private fields */);Expand description
The response for Slack Slash Command.
Trait Implementations§
Source§impl Debug for SlashCommandResponse
impl Debug for SlashCommandResponse
Source§impl From<SlashCommandResponse> for SlashCommandResponse
impl From<SlashCommandResponse> for SlashCommandResponse
Source§fn from(r: SlashCommandResponse) -> Self
fn from(r: SlashCommandResponse) -> Self
Converts to this type from the input type.
Source§impl IntoResponse for SlashCommandResponse
impl IntoResponse for SlashCommandResponse
Source§fn into_response(self) -> Response<Body>
fn into_response(self) -> Response<Body>
Create a response.
Auto Trait Implementations§
impl Freeze for SlashCommandResponse
impl RefUnwindSafe for SlashCommandResponse
impl Send for SlashCommandResponse
impl Sync for SlashCommandResponse
impl Unpin for SlashCommandResponse
impl UnsafeUnpin for SlashCommandResponse
impl UnwindSafe for SlashCommandResponse
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