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