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