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