pub struct SlackSocketModeConnectionInfoInit {
pub app_id: SlackAppId,
}Fields
app_id: SlackAppIdTrait Implementations
sourceimpl From<SlackSocketModeConnectionInfoInit> for SlackSocketModeConnectionInfo
impl From<SlackSocketModeConnectionInfoInit> for SlackSocketModeConnectionInfo
sourcefn from(value: SlackSocketModeConnectionInfoInit) -> Self
fn from(value: SlackSocketModeConnectionInfoInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackSocketModeConnectionInfoInit
impl Send for SlackSocketModeConnectionInfoInit
impl Sync for SlackSocketModeConnectionInfoInit
impl Unpin for SlackSocketModeConnectionInfoInit
impl UnwindSafe for SlackSocketModeConnectionInfoInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more