pub struct SlackSocketModeHelloEventInit {
pub connection_info: SlackSocketModeConnectionInfo,
pub num_connections: u32,
pub debug_info: SlackSocketModeDebugInfo,
}Fields
connection_info: SlackSocketModeConnectionInfonum_connections: u32debug_info: SlackSocketModeDebugInfoTrait Implementations
sourceimpl From<SlackSocketModeHelloEventInit> for SlackSocketModeHelloEvent
impl From<SlackSocketModeHelloEventInit> for SlackSocketModeHelloEvent
sourcefn from(value: SlackSocketModeHelloEventInit) -> Self
fn from(value: SlackSocketModeHelloEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackSocketModeHelloEventInit
impl Send for SlackSocketModeHelloEventInit
impl Sync for SlackSocketModeHelloEventInit
impl Unpin for SlackSocketModeHelloEventInit
impl UnwindSafe for SlackSocketModeHelloEventInit
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