pub struct SlackSocketModeWssClientIdInit {
pub initial_index: u32,
pub token_index: u32,
pub reconnected: u64,
}
Fields§
§initial_index: u32
§token_index: u32
§reconnected: u64
Trait Implementations§
source§impl From<SlackSocketModeWssClientIdInit> for SlackSocketModeWssClientId
impl From<SlackSocketModeWssClientIdInit> for SlackSocketModeWssClientId
source§fn from(value: SlackSocketModeWssClientIdInit) -> Self
fn from(value: SlackSocketModeWssClientIdInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackSocketModeWssClientIdInit
impl Send for SlackSocketModeWssClientIdInit
impl Sync for SlackSocketModeWssClientIdInit
impl Unpin for SlackSocketModeWssClientIdInit
impl UnwindSafe for SlackSocketModeWssClientIdInit
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