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