pub struct SubscribeToEventsParams {
pub event_key: EventKey,
pub event_seq_num: u64,
}
Fields§
§event_key: EventKey
§event_seq_num: u64
Trait Implementations§
source§impl Clone for SubscribeToEventsParams
impl Clone for SubscribeToEventsParams
source§fn clone(&self) -> SubscribeToEventsParams
fn clone(&self) -> SubscribeToEventsParams
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 SubscribeToEventsParams
impl Debug for SubscribeToEventsParams
source§impl<'de> Deserialize<'de> for SubscribeToEventsParams
impl<'de> Deserialize<'de> for SubscribeToEventsParams
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 Serialize for SubscribeToEventsParams
impl Serialize for SubscribeToEventsParams
impl Copy for SubscribeToEventsParams
Auto Trait Implementations§
impl RefUnwindSafe for SubscribeToEventsParams
impl Send for SubscribeToEventsParams
impl Sync for SubscribeToEventsParams
impl Unpin for SubscribeToEventsParams
impl UnwindSafe for SubscribeToEventsParams
Blanket Implementations§
§impl<T> TestOnlyHash for Twhere
T: Serialize + ?Sized,
impl<T> TestOnlyHash for Twhere T: Serialize + ?Sized,
§fn test_only_hash(&self) -> HashValue
fn test_only_hash(&self) -> HashValue
Generates a hash used only for tests.