pub enum HashmapUpdatePlanError {
LastMapHashNotInScope,
NotOnSegmentBoundary,
}Variants§
Trait Implementations§
Source§impl Clone for HashmapUpdatePlanError
impl Clone for HashmapUpdatePlanError
Source§fn clone(&self) -> HashmapUpdatePlanError
fn clone(&self) -> HashmapUpdatePlanError
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 HashmapUpdatePlanError
Source§impl Debug for HashmapUpdatePlanError
impl Debug for HashmapUpdatePlanError
impl Eq for HashmapUpdatePlanError
Source§impl PartialEq for HashmapUpdatePlanError
impl PartialEq for HashmapUpdatePlanError
impl StructuralPartialEq for HashmapUpdatePlanError
Auto Trait Implementations§
impl Freeze for HashmapUpdatePlanError
impl RefUnwindSafe for HashmapUpdatePlanError
impl Send for HashmapUpdatePlanError
impl Sync for HashmapUpdatePlanError
impl Unpin for HashmapUpdatePlanError
impl UnsafeUnpin for HashmapUpdatePlanError
impl UnwindSafe for HashmapUpdatePlanError
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