pub struct SlackSocketModeWssClientId {
pub initial_index: u32,
pub token_index: u32,
pub reconnected: u64,
}
Fields§
§initial_index: u32
§token_index: u32
§reconnected: u64
Implementations§
Source§impl SlackSocketModeWssClientId
impl SlackSocketModeWssClientId
pub fn new(initial_index: u32, token_index: u32, reconnected: u64) -> Self
pub fn initial_index(&mut self, value: u32) -> &mut Self
pub fn with_initial_index(self, value: u32) -> Self
pub fn token_index(&mut self, value: u32) -> &mut Self
pub fn with_token_index(self, value: u32) -> Self
pub fn reconnected(&mut self, value: u64) -> &mut Self
pub fn with_reconnected(self, value: u64) -> Self
Source§impl SlackSocketModeWssClientId
impl SlackSocketModeWssClientId
pub fn new_reconnected_id(&self) -> Self
Trait Implementations§
Source§impl Clone for SlackSocketModeWssClientId
impl Clone for SlackSocketModeWssClientId
Source§fn clone(&self) -> SlackSocketModeWssClientId
fn clone(&self) -> SlackSocketModeWssClientId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SlackSocketModeWssClientId
impl Debug for SlackSocketModeWssClientId
Source§impl<'de> Deserialize<'de> for SlackSocketModeWssClientId
impl<'de> Deserialize<'de> for SlackSocketModeWssClientId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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.
Source§impl Hash for SlackSocketModeWssClientId
impl Hash for SlackSocketModeWssClientId
impl Eq for SlackSocketModeWssClientId
impl StructuralPartialEq for SlackSocketModeWssClientId
Auto Trait Implementations§
impl Freeze for SlackSocketModeWssClientId
impl RefUnwindSafe for SlackSocketModeWssClientId
impl Send for SlackSocketModeWssClientId
impl Sync for SlackSocketModeWssClientId
impl Unpin for SlackSocketModeWssClientId
impl UnwindSafe for SlackSocketModeWssClientId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)