Struct solana_accountsdb_plugin_postgres::postgres_client::DbAccountInfo [−][src]
pub struct DbAccountInfo {
pub pubkey: Vec<u8>,
pub lamports: u64,
pub owner: Vec<u8>,
pub executable: bool,
pub rent_epoch: u64,
pub data: Vec<u8>,
}
Fields
pubkey: Vec<u8>
lamports: u64
owner: Vec<u8>
executable: bool
rent_epoch: u64
data: Vec<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 RefUnwindSafe for DbAccountInfo
impl Send for DbAccountInfo
impl Sync for DbAccountInfo
impl Unpin for DbAccountInfo
impl UnwindSafe for DbAccountInfo
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
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