pub struct GetEventByVersionWithProof {
pub key: EventKey,
pub version: Option<u64>,
}
Fields§
§key: EventKey
§version: Option<u64>
Trait Implementations§
source§impl Clone for GetEventByVersionWithProof
impl Clone for GetEventByVersionWithProof
source§fn clone(&self) -> GetEventByVersionWithProof
fn clone(&self) -> GetEventByVersionWithProof
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 GetEventByVersionWithProof
impl Debug for GetEventByVersionWithProof
source§impl<'de> Deserialize<'de> for GetEventByVersionWithProof
impl<'de> Deserialize<'de> for GetEventByVersionWithProof
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
Auto Trait Implementations§
impl RefUnwindSafe for GetEventByVersionWithProof
impl Send for GetEventByVersionWithProof
impl Sync for GetEventByVersionWithProof
impl Unpin for GetEventByVersionWithProof
impl UnwindSafe for GetEventByVersionWithProof
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.