pub struct StatLabel {
pub key: &'static str,
pub value: &'static str,
}Fields§
§key: &'static str§value: &'static strImplementations§
Trait Implementations§
Source§impl Ord for StatLabel
impl Ord for StatLabel
Source§impl PartialOrd for StatLabel
impl PartialOrd for StatLabel
impl Eq for StatLabel
impl StructuralPartialEq for StatLabel
Auto Trait Implementations§
impl Freeze for StatLabel
impl RefUnwindSafe for StatLabel
impl Send for StatLabel
impl Sync for StatLabel
impl Unpin for StatLabel
impl UnsafeUnpin for StatLabel
impl UnwindSafe for StatLabel
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