Enum lighthouse_sdk::types::AccountInfoField
source · pub enum AccountInfoField {
Key,
Lamports,
DataLength,
Owner,
RentEpoch,
Executable,
}Variants§
Trait Implementations§
source§impl BorshDeserialize for AccountInfoField
impl BorshDeserialize for AccountInfoField
fn deserialize_reader<R: Read>(reader: &mut R) -> Result<Self, Error>
source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
source§impl BorshSerialize for AccountInfoField
impl BorshSerialize for AccountInfoField
source§impl Clone for AccountInfoField
impl Clone for AccountInfoField
source§fn clone(&self) -> AccountInfoField
fn clone(&self) -> AccountInfoField
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 AccountInfoField
impl Debug for AccountInfoField
source§impl EnumExt for AccountInfoField
impl EnumExt for AccountInfoField
source§impl Hash for AccountInfoField
impl Hash for AccountInfoField
source§impl PartialEq for AccountInfoField
impl PartialEq for AccountInfoField
source§fn eq(&self, other: &AccountInfoField) -> bool
fn eq(&self, other: &AccountInfoField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AccountInfoField
impl PartialOrd for AccountInfoField
source§fn partial_cmp(&self, other: &AccountInfoField) -> Option<Ordering>
fn partial_cmp(&self, other: &AccountInfoField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for AccountInfoField
impl StructuralPartialEq for AccountInfoField
Auto Trait Implementations§
impl Freeze for AccountInfoField
impl RefUnwindSafe for AccountInfoField
impl Send for AccountInfoField
impl Sync for AccountInfoField
impl Unpin for AccountInfoField
impl UnwindSafe for AccountInfoField
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