Struct solana_runtime::vote_account::ArcVoteAccount [−][src]
pub struct ArcVoteAccount(_);
Methods from Deref<Target = VoteAccount>
Trait Implementations
Returns the “default value” for a type. Read more
type Target = VoteAccount
type Target = VoteAccount
The resulting type after dereferencing.
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for ArcVoteAccount
impl Send for ArcVoteAccount
impl Sync for ArcVoteAccount
impl Unpin for ArcVoteAccount
impl !UnwindSafe for ArcVoteAccount
Blanket Implementations
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self