Struct solana_runtime::status_cache::SignatureConfirmationStatus [−][src]
pub struct SignatureConfirmationStatus<T> {
pub slot: Slot,
pub confirmations: usize,
pub status: T,
}
Fields
slot: Slot
confirmations: usize
status: T
Trait 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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more