pub struct DiagnosticsUtils;
Implementations§
Source§impl DiagnosticsUtils
impl DiagnosticsUtils
pub fn format_diagnostics_metadata( context_type: &ContextType, markers: &Vec<Marker>, ) -> Result<HashMap<String, String>, String>
Auto Trait Implementations§
impl Freeze for DiagnosticsUtils
impl RefUnwindSafe for DiagnosticsUtils
impl Send for DiagnosticsUtils
impl Sync for DiagnosticsUtils
impl Unpin for DiagnosticsUtils
impl UnwindSafe for DiagnosticsUtils
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