Enum ethcore_db::keys::ExtrasIndex
source · [−]pub enum ExtrasIndex {
BlockDetails,
BlockHash,
TransactionAddress,
BlockReceipts,
EpochTransitions,
PendingEpochTransition,
}
Expand description
Represents index of extra data in database
Variants
BlockDetails
Block details index
BlockHash
Block hash index
TransactionAddress
Transaction address index
BlockReceipts
Block receipts index
EpochTransitions
Epoch transition data index.
PendingEpochTransition
Pending epoch transition data index.
Trait Implementations
sourceimpl Clone for ExtrasIndex
impl Clone for ExtrasIndex
sourcefn clone(&self) -> ExtrasIndex
fn clone(&self) -> ExtrasIndex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ExtrasIndex
impl Debug for ExtrasIndex
sourceimpl Hash for ExtrasIndex
impl Hash for ExtrasIndex
sourceimpl PartialEq<ExtrasIndex> for ExtrasIndex
impl PartialEq<ExtrasIndex> for ExtrasIndex
impl Copy for ExtrasIndex
impl Eq for ExtrasIndex
impl StructuralEq for ExtrasIndex
impl StructuralPartialEq for ExtrasIndex
Auto Trait Implementations
impl RefUnwindSafe for ExtrasIndex
impl Send for ExtrasIndex
impl Sync for ExtrasIndex
impl Unpin for ExtrasIndex
impl UnwindSafe for ExtrasIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more