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