pub struct ProbeCursor { /* private fields */ }Expand description
Borrow-free position in one hash bucket chain.
Trait Implementations§
Source§impl Clone for ProbeCursor
impl Clone for ProbeCursor
Source§fn clone(&self) -> ProbeCursor
fn clone(&self) -> ProbeCursor
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 ProbeCursor
Source§impl Debug for ProbeCursor
impl Debug for ProbeCursor
Source§impl Default for ProbeCursor
impl Default for ProbeCursor
Source§fn default() -> ProbeCursor
fn default() -> ProbeCursor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProbeCursor
impl RefUnwindSafe for ProbeCursor
impl Send for ProbeCursor
impl Sync for ProbeCursor
impl Unpin for ProbeCursor
impl UnsafeUnpin for ProbeCursor
impl UnwindSafe for ProbeCursor
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