pub enum RlpType {
Blocks,
Snapshot,
}Expand description
Type of RLP indicating its origin database.
Variants§
Auto Trait Implementations§
impl Freeze for RlpType
impl RefUnwindSafe for RlpType
impl Send for RlpType
impl Sync for RlpType
impl Unpin for RlpType
impl UnwindSafe for RlpType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more