Struct massa_metrics::DEFERRED_CALLS_TOTAL_GAS
source · pub(crate) struct DEFERRED_CALLS_TOTAL_GAS {
pub(crate) __private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl Deref for DEFERRED_CALLS_TOTAL_GAS
impl Deref for DEFERRED_CALLS_TOTAL_GAS
impl LazyStatic for DEFERRED_CALLS_TOTAL_GAS
Auto Trait Implementations§
impl Freeze for DEFERRED_CALLS_TOTAL_GAS
impl RefUnwindSafe for DEFERRED_CALLS_TOTAL_GAS
impl Send for DEFERRED_CALLS_TOTAL_GAS
impl Sync for DEFERRED_CALLS_TOTAL_GAS
impl Unpin for DEFERRED_CALLS_TOTAL_GAS
impl UnwindSafe for DEFERRED_CALLS_TOTAL_GAS
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