Enum lighthouse_sdk::types::KnownProgram
source · pub enum KnownProgram {
System,
Token,
Token2022,
Rent,
Stake,
Vote,
BpfLoader,
UpgradeableLoader,
SysvarConfig,
}Variants§
Trait Implementations§
source§impl BorshDeserialize for KnownProgram
impl BorshDeserialize for KnownProgram
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 KnownProgram
impl BorshSerialize for KnownProgram
source§impl Clone for KnownProgram
impl Clone for KnownProgram
source§fn clone(&self) -> KnownProgram
fn clone(&self) -> KnownProgram
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 KnownProgram
impl Debug for KnownProgram
source§impl EnumExt for KnownProgram
impl EnumExt for KnownProgram
source§impl Hash for KnownProgram
impl Hash for KnownProgram
source§impl PartialEq for KnownProgram
impl PartialEq for KnownProgram
source§fn eq(&self, other: &KnownProgram) -> bool
fn eq(&self, other: &KnownProgram) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for KnownProgram
impl PartialOrd for KnownProgram
source§fn partial_cmp(&self, other: &KnownProgram) -> Option<Ordering>
fn partial_cmp(&self, other: &KnownProgram) -> 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 KnownProgram
impl StructuralPartialEq for KnownProgram
Auto Trait Implementations§
impl Freeze for KnownProgram
impl RefUnwindSafe for KnownProgram
impl Send for KnownProgram
impl Sync for KnownProgram
impl Unpin for KnownProgram
impl UnwindSafe for KnownProgram
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