Struct solana_accountsdb_plugin_interface::accountsdb_plugin_interface::ReplicaAccountInfo [−][src]
pub struct ReplicaAccountInfo<'a> {
pub pubkey: &'a [u8],
pub lamports: u64,
pub owner: &'a [u8],
pub executable: bool,
pub rent_epoch: u64,
pub data: &'a [u8],
}
Fields
pubkey: &'a [u8]
lamports: u64
owner: &'a [u8]
executable: bool
rent_epoch: u64
data: &'a [u8]
Trait Implementations
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<'a> RefUnwindSafe for ReplicaAccountInfo<'a>
impl<'a> Send for ReplicaAccountInfo<'a>
impl<'a> Sync for ReplicaAccountInfo<'a>
impl<'a> Unpin for ReplicaAccountInfo<'a>
impl<'a> UnwindSafe for ReplicaAccountInfo<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more