Variants
DataNoSpace((u64, u8))
(bucket_index, current_capacity_pow2)
IndexNoSpace(u8)
current_capacity_pow2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BucketMapError
impl Send for BucketMapError
impl Sync for BucketMapError
impl Unpin for BucketMapError
impl UnwindSafe for BucketMapError
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more