pub struct BlockFull;Expand description
An error that indicates that an insert failed due to the block for the key being full. The caller should generally store the offset somewhere else, e.g. in a hashmap.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockFull
impl RefUnwindSafe for BlockFull
impl Send for BlockFull
impl Sync for BlockFull
impl Unpin for BlockFull
impl UnwindSafe for BlockFull
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