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