Struct parity_db::ValueIterState
source · pub struct ValueIterState {
pub rc: u32,
pub value: Vec<u8>,
}
Expand description
Value iteration state
Fields§
§rc: u32
Reference counter.
value: Vec<u8>
Value.
Auto Trait Implementations§
impl Freeze for ValueIterState
impl RefUnwindSafe for ValueIterState
impl Send for ValueIterState
impl Sync for ValueIterState
impl Unpin for ValueIterState
impl UnwindSafe for ValueIterState
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