Struct solana_runtime::accounts_db::AccountInfo [−][src]
pub struct AccountInfo { /* fields omitted */ }
Trait Implementations
impl Clone for AccountInfo
[src]
impl Clone for AccountInfo
[src]fn clone(&self) -> AccountInfo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for AccountInfo
[src]
impl Default for AccountInfo
[src]fn default() -> AccountInfo
[src]
impl PartialEq<AccountInfo> for AccountInfo
[src]
impl PartialEq<AccountInfo> for AccountInfo
[src]fn eq(&self, other: &AccountInfo) -> bool
[src]
fn ne(&self, other: &AccountInfo) -> bool
[src]
impl StructuralPartialEq for AccountInfo
[src]
impl StructuralPartialEq for AccountInfo
[src]impl ZeroLamport for AccountInfo
[src]
impl ZeroLamport for AccountInfo
[src]fn is_zero_lamport(&self) -> bool
[src]
Auto Trait Implementations
impl RefUnwindSafe for AccountInfo
impl RefUnwindSafe for AccountInfo
impl Send for AccountInfo
impl Send for AccountInfo
impl Sync for AccountInfo
impl Sync for AccountInfo
impl Unpin for AccountInfo
impl Unpin for AccountInfo
impl UnwindSafe for AccountInfo
impl UnwindSafe for AccountInfo
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,