Struct solana_runtime::accounts_index::ScanSlotTracker
source · [−]pub struct ScanSlotTracker { /* private fields */ }
Implementations
sourceimpl ScanSlotTracker
impl ScanSlotTracker
pub fn is_removed(&self) -> bool
pub fn mark_removed(&mut self)
Trait Implementations
sourceimpl Debug for ScanSlotTracker
impl Debug for ScanSlotTracker
sourceimpl Default for ScanSlotTracker
impl Default for ScanSlotTracker
sourcefn default() -> ScanSlotTracker
fn default() -> ScanSlotTracker
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ScanSlotTracker
impl Send for ScanSlotTracker
impl Sync for ScanSlotTracker
impl Unpin for ScanSlotTracker
impl UnwindSafe for ScanSlotTracker
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for 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