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