pub struct MeterValues;Expand description
Marker type for the MeterValues action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeterValues
impl RefUnwindSafe for MeterValues
impl Send for MeterValues
impl Sync for MeterValues
impl Unpin for MeterValues
impl UnsafeUnpin for MeterValues
impl UnwindSafe for MeterValues
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