Struct slack_morphism::api::SlackApiChatUpdateRequestInit
source · pub struct SlackApiChatUpdateRequestInit {
pub channel: SlackChannelId,
pub content: SlackMessageContent,
pub ts: SlackTs,
}
Fields§
§channel: SlackChannelId
§content: SlackMessageContent
§ts: SlackTs
Trait Implementations§
source§impl From<SlackApiChatUpdateRequestInit> for SlackApiChatUpdateRequest
impl From<SlackApiChatUpdateRequestInit> for SlackApiChatUpdateRequest
source§fn from(value: SlackApiChatUpdateRequestInit) -> Self
fn from(value: SlackApiChatUpdateRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiChatUpdateRequestInit
impl Send for SlackApiChatUpdateRequestInit
impl Sync for SlackApiChatUpdateRequestInit
impl Unpin for SlackApiChatUpdateRequestInit
impl UnwindSafe for SlackApiChatUpdateRequestInit
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