Enum openethereum::params::Pruning
source · [−]pub enum Pruning {
Specific(Algorithm),
Auto,
}
Variants
Specific(Algorithm)
Auto
Implementations
sourceimpl Pruning
impl Pruning
pub fn to_algorithm(&self, user_defaults: &UserDefaults) -> Algorithm
Trait Implementations
impl StructuralPartialEq for Pruning
Auto Trait Implementations
impl RefUnwindSafe for Pruning
impl Send for Pruning
impl Sync for Pruning
impl Unpin for Pruning
impl UnwindSafe for Pruning
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