pub struct SlackApiPostWebhookMessageRequestInit {
pub content: SlackMessageContent,
}Fields
content: SlackMessageContentTrait Implementations
sourceimpl From<SlackApiPostWebhookMessageRequestInit> for SlackApiPostWebhookMessageRequest
impl From<SlackApiPostWebhookMessageRequestInit> for SlackApiPostWebhookMessageRequest
sourcefn from(value: SlackApiPostWebhookMessageRequestInit) -> Self
fn from(value: SlackApiPostWebhookMessageRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiPostWebhookMessageRequestInit
impl Send for SlackApiPostWebhookMessageRequestInit
impl Sync for SlackApiPostWebhookMessageRequestInit
impl Unpin for SlackApiPostWebhookMessageRequestInit
impl UnwindSafe for SlackApiPostWebhookMessageRequestInit
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