pub struct StatKeyRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for StatKeyRef
impl AsRef<str> for StatKeyRef
Source§impl Clone for StatKeyRef
impl Clone for StatKeyRef
Source§fn clone(&self) -> StatKeyRef
fn clone(&self) -> StatKeyRef
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 StatKeyRef
Source§impl Debug for StatKeyRef
impl Debug for StatKeyRef
impl Eq for StatKeyRef
Source§impl From<StatKeyRef> for StatKey
impl From<StatKeyRef> for StatKey
Source§fn from(value: StatKeyRef) -> Self
fn from(value: StatKeyRef) -> Self
Converts to this type from the input type.
Source§impl Hash for StatKeyRef
impl Hash for StatKeyRef
Source§impl PartialEq for StatKeyRef
impl PartialEq for StatKeyRef
impl StructuralPartialEq for StatKeyRef
Auto Trait Implementations§
impl Freeze for StatKeyRef
impl RefUnwindSafe for StatKeyRef
impl Send for StatKeyRef
impl Sync for StatKeyRef
impl Unpin for StatKeyRef
impl UnsafeUnpin for StatKeyRef
impl UnwindSafe for StatKeyRef
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