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