Struct solana_cli_output::CliAddressLookupTable
source · [−]pub struct CliAddressLookupTable {
pub lookup_table_address: String,
pub authority: Option<String>,
pub deactivation_slot: u64,
pub last_extended_slot: u64,
pub addresses: Vec<String>,
}Fields
lookup_table_address: Stringdeactivation_slot: u64last_extended_slot: u64addresses: Vec<String>Trait Implementations
sourceimpl Debug for CliAddressLookupTable
impl Debug for CliAddressLookupTable
sourceimpl<'de> Deserialize<'de> for CliAddressLookupTable
impl<'de> Deserialize<'de> for CliAddressLookupTable
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for CliAddressLookupTable
impl Display for CliAddressLookupTable
sourceimpl PartialEq<CliAddressLookupTable> for CliAddressLookupTable
impl PartialEq<CliAddressLookupTable> for CliAddressLookupTable
sourcefn eq(&self, other: &CliAddressLookupTable) -> bool
fn eq(&self, other: &CliAddressLookupTable) -> bool
sourceimpl QuietDisplay for CliAddressLookupTable
impl QuietDisplay for CliAddressLookupTable
sourceimpl Serialize for CliAddressLookupTable
impl Serialize for CliAddressLookupTable
impl Eq for CliAddressLookupTable
impl StructuralEq for CliAddressLookupTable
impl StructuralPartialEq for CliAddressLookupTable
Auto Trait Implementations
impl RefUnwindSafe for CliAddressLookupTable
impl Send for CliAddressLookupTable
impl Sync for CliAddressLookupTable
impl Unpin for CliAddressLookupTable
impl UnwindSafe for CliAddressLookupTable
Blanket Implementations
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.