Struct solana_runtime::vote_account::VoteAccountInner
source · struct VoteAccountInner {
account: AccountSharedData,
vote_state: OnceCell<Result<VoteState, Error>>,
}
Fields§
§account: AccountSharedData
§vote_state: OnceCell<Result<VoteState, Error>>
Trait Implementations§
source§impl AbiExample for VoteAccountInner
impl AbiExample for VoteAccountInner
source§impl Debug for VoteAccountInner
impl Debug for VoteAccountInner
source§impl PartialEq<VoteAccountInner> for VoteAccountInner
impl PartialEq<VoteAccountInner> for VoteAccountInner
Auto Trait Implementations§
impl RefUnwindSafe for VoteAccountInner
impl Send for VoteAccountInner
impl Sync for VoteAccountInner
impl Unpin for VoteAccountInner
impl UnwindSafe for VoteAccountInner
Blanket Implementations§
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