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