Struct proxy_sdk::ConstGauge
source · pub struct ConstGauge { /* private fields */ }
Expand description
Const wrapper for Gauge
Implementations§
source§impl ConstGauge
impl ConstGauge
Auto Trait Implementations§
impl RefUnwindSafe for ConstGauge
impl Send for ConstGauge
impl Sync for ConstGauge
impl Unpin for ConstGauge
impl UnwindSafe for ConstGauge
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