pub struct SlackCommandEventResponseInit {
pub content: SlackMessageContent,
}
Fields§
§content: SlackMessageContent
Trait Implementations§
source§impl From<SlackCommandEventResponseInit> for SlackCommandEventResponse
impl From<SlackCommandEventResponseInit> for SlackCommandEventResponse
source§fn 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§
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