Struct solana_runtime::vote_account::ArcVoteAccount [−][src]
pub struct ArcVoteAccount(_);
Methods from Deref<Target = VoteAccount>
Trait Implementations
Performs the conversion.
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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more