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