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