pub struct GetNetworkStatusParams;
Trait Implementations§
source§impl Clone for GetNetworkStatusParams
impl Clone for GetNetworkStatusParams
source§fn clone(&self) -> GetNetworkStatusParams
fn clone(&self) -> GetNetworkStatusParams
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 GetNetworkStatusParams
impl Debug for GetNetworkStatusParams
source§impl<'de> Deserialize<'de> for GetNetworkStatusParams
impl<'de> Deserialize<'de> for GetNetworkStatusParams
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 GetNetworkStatusParams
impl Send for GetNetworkStatusParams
impl Sync for GetNetworkStatusParams
impl Unpin for GetNetworkStatusParams
impl UnwindSafe for GetNetworkStatusParams
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.