struct ReconstructedAccountsDbInfo {
accounts_data_len: u64,
}
Expand description
This struct contains side-info while reconstructing the accounts DB from fields.
Fields§
§accounts_data_len: u64
Trait Implementations§
source§impl Clone for ReconstructedAccountsDbInfo
impl Clone for ReconstructedAccountsDbInfo
source§fn clone(&self) -> ReconstructedAccountsDbInfo
fn clone(&self) -> ReconstructedAccountsDbInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ReconstructedAccountsDbInfo
impl Debug for ReconstructedAccountsDbInfo
source§impl Default for ReconstructedAccountsDbInfo
impl Default for ReconstructedAccountsDbInfo
source§fn default() -> ReconstructedAccountsDbInfo
fn default() -> ReconstructedAccountsDbInfo
Returns the “default value” for a type. Read more
impl Copy for ReconstructedAccountsDbInfo
Auto Trait Implementations§
impl RefUnwindSafe for ReconstructedAccountsDbInfo
impl Send for ReconstructedAccountsDbInfo
impl Sync for ReconstructedAccountsDbInfo
impl Unpin for ReconstructedAccountsDbInfo
impl UnwindSafe for ReconstructedAccountsDbInfo
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