pub struct ddsrt_chh_bucket { /* private fields */ }Trait Implementations§
Source§impl Clone for ddsrt_chh_bucket
impl Clone for ddsrt_chh_bucket
Source§fn clone(&self) -> ddsrt_chh_bucket
fn clone(&self) -> ddsrt_chh_bucket
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 moreimpl Copy for ddsrt_chh_bucket
Auto Trait Implementations§
impl Freeze for ddsrt_chh_bucket
impl RefUnwindSafe for ddsrt_chh_bucket
impl Send for ddsrt_chh_bucket
impl Sync for ddsrt_chh_bucket
impl Unpin for ddsrt_chh_bucket
impl UnsafeUnpin for ddsrt_chh_bucket
impl UnwindSafe for ddsrt_chh_bucket
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