pub struct SlackApiChatUpdateResponseInit {
pub channel: SlackChannelId,
pub ts: SlackTs,
pub message: SlackUpdatedMessage,
}
Fields§
§channel: SlackChannelId
§ts: SlackTs
§message: SlackUpdatedMessage
Trait Implementations§
Source§impl From<SlackApiChatUpdateResponseInit> for SlackApiChatUpdateResponse
impl From<SlackApiChatUpdateResponseInit> for SlackApiChatUpdateResponse
Source§fn from(value: SlackApiChatUpdateResponseInit) -> Self
fn from(value: SlackApiChatUpdateResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiChatUpdateResponseInit
impl RefUnwindSafe for SlackApiChatUpdateResponseInit
impl Send for SlackApiChatUpdateResponseInit
impl Sync for SlackApiChatUpdateResponseInit
impl Unpin for SlackApiChatUpdateResponseInit
impl UnwindSafe for SlackApiChatUpdateResponseInit
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