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