Struct solana_client::rpc_response::RpcBlockCommitment
source · Fields§
§commitment: Option<T>
§total_stake: u64
Trait Implementations§
source§impl<T: Debug> Debug for RpcBlockCommitment<T>
impl<T: Debug> Debug for RpcBlockCommitment<T>
source§impl<'de, T> Deserialize<'de> for RpcBlockCommitment<T>where
T: Deserialize<'de>,
impl<'de, T> Deserialize<'de> for RpcBlockCommitment<T>where
T: Deserialize<'de>,
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<T: PartialEq> PartialEq<RpcBlockCommitment<T>> for RpcBlockCommitment<T>
impl<T: PartialEq> PartialEq<RpcBlockCommitment<T>> for RpcBlockCommitment<T>
source§fn eq(&self, other: &RpcBlockCommitment<T>) -> bool
fn eq(&self, other: &RpcBlockCommitment<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T> Serialize for RpcBlockCommitment<T>where
T: Serialize,
impl<T> Serialize for RpcBlockCommitment<T>where
T: Serialize,
impl<T: Eq> Eq for RpcBlockCommitment<T>
impl<T> StructuralEq for RpcBlockCommitment<T>
impl<T> StructuralPartialEq for RpcBlockCommitment<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RpcBlockCommitment<T>where
T: RefUnwindSafe,
impl<T> Send for RpcBlockCommitment<T>where
T: Send,
impl<T> Sync for RpcBlockCommitment<T>where
T: Sync,
impl<T> Unpin for RpcBlockCommitment<T>where
T: Unpin,
impl<T> UnwindSafe for RpcBlockCommitment<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.