Struct solana_ledger::blockstore_db::columns::AddressSignatures
source · pub struct AddressSignatures;
Expand description
The address signatures column
- index type:
(u64,
Pubkey
,
Slot
,
Signature
)
- value type:
blockstore_meta::AddressSignatureMeta
Trait Implementations§
source§impl Column for AddressSignatures
impl Column for AddressSignatures
type Index = (u64, Pubkey, u64, Signature)
fn key( (index, pubkey, slot, signature): (u64, Pubkey, Slot, Signature) ) -> Vec<u8> ⓘ
fn index(key: &[u8]) -> (u64, Pubkey, Slot, Signature)
fn primary_index(index: Self::Index) -> u64
fn slot(index: Self::Index) -> Slot
fn as_index(index: u64) -> Self::Index
fn key_size() -> usize
source§impl ColumnName for AddressSignatures
impl ColumnName for AddressSignatures
source§impl Debug for AddressSignatures
impl Debug for AddressSignatures
source§impl TypedColumn for AddressSignatures
impl TypedColumn for AddressSignatures
type Type = AddressSignatureMeta
Auto Trait Implementations§
impl RefUnwindSafe for AddressSignatures
impl Send for AddressSignatures
impl Sync for AddressSignatures
impl Unpin for AddressSignatures
impl UnwindSafe for AddressSignatures
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request