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