Struct solana_entry::entry::EntryVerificationState
source · pub struct EntryVerificationState { /* private fields */ }Implementations
sourceimpl EntryVerificationState
impl EntryVerificationState
pub fn status(&self) -> EntryVerificationStatus
pub fn poh_duration_us(&self) -> u64
pub fn finish_verify(&mut self) -> bool
Auto Trait Implementations
impl !RefUnwindSafe for EntryVerificationState
impl Send for EntryVerificationState
impl Sync for EntryVerificationState
impl Unpin for EntryVerificationState
impl !UnwindSafe for EntryVerificationState
Blanket Implementations
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