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