pub struct RefinementKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RefinementKey
impl Clone for RefinementKey
Source§fn clone(&self) -> RefinementKey
fn clone(&self) -> RefinementKey
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 RefinementKey
impl Debug for RefinementKey
Source§impl Default for RefinementKey
impl Default for RefinementKey
impl Eq for RefinementKey
Source§impl Hash for RefinementKey
impl Hash for RefinementKey
Source§impl PartialEq for RefinementKey
impl PartialEq for RefinementKey
Source§fn eq(&self, other: &RefinementKey) -> bool
fn eq(&self, other: &RefinementKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RefinementKey
Auto Trait Implementations§
impl !Send for RefinementKey
impl !Sync for RefinementKey
impl Freeze for RefinementKey
impl RefUnwindSafe for RefinementKey
impl Unpin for RefinementKey
impl UnsafeUnpin for RefinementKey
impl UnwindSafe for RefinementKey
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