Struct solana_client::rpc_response::RpcVoteAccountStatus
source · [−]pub struct RpcVoteAccountStatus {
pub current: Vec<RpcVoteAccountInfo>,
pub delinquent: Vec<RpcVoteAccountInfo>,
}
Fields
current: Vec<RpcVoteAccountInfo>
delinquent: Vec<RpcVoteAccountInfo>
Trait Implementations
sourceimpl Clone for RpcVoteAccountStatus
impl Clone for RpcVoteAccountStatus
sourcefn clone(&self) -> RpcVoteAccountStatus
fn clone(&self) -> RpcVoteAccountStatus
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RpcVoteAccountStatus
impl Debug for RpcVoteAccountStatus
sourceimpl<'de> Deserialize<'de> for RpcVoteAccountStatus
impl<'de> Deserialize<'de> for RpcVoteAccountStatus
sourcefn 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
sourceimpl Serialize for RpcVoteAccountStatus
impl Serialize for RpcVoteAccountStatus
Auto Trait Implementations
impl RefUnwindSafe for RpcVoteAccountStatus
impl Send for RpcVoteAccountStatus
impl Sync for RpcVoteAccountStatus
impl Unpin for RpcVoteAccountStatus
impl UnwindSafe for RpcVoteAccountStatus
Blanket Implementations
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<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> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more