pub struct MaxKeysReached(pub bool);Expand description
Returned by a compaction reducer function when there is no capacity to process any more keys. A compactor will use this information to determine whether another compaction pass is required.
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Debug for MaxKeysReached
impl Debug for MaxKeysReached
Source§impl PartialEq for MaxKeysReached
impl PartialEq for MaxKeysReached
impl Eq for MaxKeysReached
impl StructuralPartialEq for MaxKeysReached
Auto Trait Implementations§
impl Freeze for MaxKeysReached
impl RefUnwindSafe for MaxKeysReached
impl Send for MaxKeysReached
impl Sync for MaxKeysReached
impl Unpin for MaxKeysReached
impl UnwindSafe for MaxKeysReached
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