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