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