pub struct ValueIterState {
pub rc: u32,
pub value: Vec<u8>,
}Expand description
Value iteration state
Fields§
§rc: u32Reference 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 UnsafeUnpin 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