pub enum ApplyHashmapUpdateError {
BeyondPartCount,
SkipsAhead,
HashmapTooLong,
HashmapRagged,
}Variants§
BeyondPartCount
SkipsAhead
HashmapTooLong
HashmapRagged
The name bytes are not a whole number of 4-byte map hashes: a torn name at the tail.
Trait Implementations§
Source§impl Clone for ApplyHashmapUpdateError
impl Clone for ApplyHashmapUpdateError
Source§fn clone(&self) -> ApplyHashmapUpdateError
fn clone(&self) -> ApplyHashmapUpdateError
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 ApplyHashmapUpdateError
Source§impl Debug for ApplyHashmapUpdateError
impl Debug for ApplyHashmapUpdateError
impl Eq for ApplyHashmapUpdateError
Source§impl PartialEq for ApplyHashmapUpdateError
impl PartialEq for ApplyHashmapUpdateError
impl StructuralPartialEq for ApplyHashmapUpdateError
Auto Trait Implementations§
impl Freeze for ApplyHashmapUpdateError
impl RefUnwindSafe for ApplyHashmapUpdateError
impl Send for ApplyHashmapUpdateError
impl Sync for ApplyHashmapUpdateError
impl Unpin for ApplyHashmapUpdateError
impl UnsafeUnpin for ApplyHashmapUpdateError
impl UnwindSafe for ApplyHashmapUpdateError
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