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],
pub write_version: u64,
}Fields
pubkey: &'a [u8]lamports: u64owner: &'a [u8]executable: boolrent_epoch: u64data: &'a [u8]write_version: u64Trait 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
