Struct sfr_server::SlashCommandResponse
source · 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 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