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
Performs the conversion.
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more