pub enum AccountsIndexScanResult {
None,
KeepInMemory,
Unref,
}
Variants
None
if the entry is not in the in-memory index, do not add it, make no modifications to it
KeepInMemory
keep the entry in the in-memory index
Unref
reduce refcount by 1
Auto Trait Implementations
impl RefUnwindSafe for AccountsIndexScanResult
impl Send for AccountsIndexScanResult
impl Sync for AccountsIndexScanResult
impl Unpin for AccountsIndexScanResult
impl UnwindSafe for AccountsIndexScanResult
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