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