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