pub struct SlackCommandEventResponseInit {
pub content: SlackMessageContent,
}Fields
content: SlackMessageContentTrait Implementations
sourceimpl From<SlackCommandEventResponseInit> for SlackCommandEventResponse
impl From<SlackCommandEventResponseInit> for SlackCommandEventResponse
sourcefn from(value: SlackCommandEventResponseInit) -> Self
fn from(value: SlackCommandEventResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackCommandEventResponseInit
impl Send for SlackCommandEventResponseInit
impl Sync for SlackCommandEventResponseInit
impl Unpin for SlackCommandEventResponseInit
impl UnwindSafe for SlackCommandEventResponseInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more