pub struct HashmapUpdatePlan {
pub segment: u64,
pub entries_start: usize,
pub entries_end: usize,
pub scope_start: usize,
}Fields§
§segment: u64§entries_start: usize§entries_end: usize§scope_start: usizeTrait Implementations§
Source§impl Clone for HashmapUpdatePlan
impl Clone for HashmapUpdatePlan
Source§fn clone(&self) -> HashmapUpdatePlan
fn clone(&self) -> HashmapUpdatePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HashmapUpdatePlan
Source§impl Debug for HashmapUpdatePlan
impl Debug for HashmapUpdatePlan
impl Eq for HashmapUpdatePlan
Source§impl PartialEq for HashmapUpdatePlan
impl PartialEq for HashmapUpdatePlan
impl StructuralPartialEq for HashmapUpdatePlan
Auto Trait Implementations§
impl Freeze for HashmapUpdatePlan
impl RefUnwindSafe for HashmapUpdatePlan
impl Send for HashmapUpdatePlan
impl Sync for HashmapUpdatePlan
impl Unpin for HashmapUpdatePlan
impl UnsafeUnpin for HashmapUpdatePlan
impl UnwindSafe for HashmapUpdatePlan
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