Struct solana_runtime::status_cache::SignatureConfirmationStatus [−][src]
pub struct SignatureConfirmationStatus<T> {
pub slot: Slot,
pub confirmations: usize,
pub status: T,
}Fields
slot: Slotconfirmations: usizestatus: TTrait Implementations
impl<T: PartialEq> PartialEq<SignatureConfirmationStatus<T>> for SignatureConfirmationStatus<T>
impl<T: PartialEq> PartialEq<SignatureConfirmationStatus<T>> for SignatureConfirmationStatus<T>This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for SignatureConfirmationStatus<T> where
T: RefUnwindSafe, impl<T> Send for SignatureConfirmationStatus<T> where
T: Send, impl<T> Sync for SignatureConfirmationStatus<T> where
T: Sync, impl<T> Unpin for SignatureConfirmationStatus<T> where
T: Unpin, impl<T> UnwindSafe for SignatureConfirmationStatus<T> where
T: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V