Struct solana_client_wasm::utils::rpc_response::RpcVote
source · pub struct RpcVote {
pub hash: String,
pub slots: Vec<Slot>,
pub timestamp: Option<UnixTimestamp>,
pub signature: String,
}
Fields§
§hash: String
§slots: Vec<Slot>
§timestamp: Option<UnixTimestamp>
§signature: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for RpcVote
impl<'de> Deserialize<'de> for RpcVote
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 RpcVote
impl Send for RpcVote
impl Sync for RpcVote
impl Unpin for RpcVote
impl UnwindSafe for RpcVote
Blanket Implementations§
source§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
source§impl<T> AbiEnumVisitor for T
impl<T> AbiEnumVisitor for T
default fn visit_for_abi( &self, digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more