Enum object_lib::collections::pcuckoo::BucketInsertResult
source · enum BucketInsertResult {
Ok,
Replaced(u32),
NotInserted,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BucketInsertResult
impl Send for BucketInsertResult
impl Sync for BucketInsertResult
impl Unpin for BucketInsertResult
impl UnwindSafe for BucketInsertResult
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