struct BucketIndex(u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for BucketIndex
impl Clone for BucketIndex
Source§fn clone(&self) -> BucketIndex
fn clone(&self) -> BucketIndex
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 moreSource§impl Debug for BucketIndex
impl Debug for BucketIndex
Source§impl PartialEq for BucketIndex
impl PartialEq for BucketIndex
Source§fn eq(&self, other: &BucketIndex) -> bool
fn eq(&self, other: &BucketIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BucketIndex
impl Eq for BucketIndex
impl StructuralPartialEq for BucketIndex
Auto Trait Implementations§
impl Freeze for BucketIndex
impl RefUnwindSafe for BucketIndex
impl Send for BucketIndex
impl Sync for BucketIndex
impl Unpin for BucketIndex
impl UnsafeUnpin for BucketIndex
impl UnwindSafe for BucketIndex
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