pub struct TroubleshootingGuide;Expand description
Troubleshooting guide generator
Implementations§
Source§impl TroubleshootingGuide
impl TroubleshootingGuide
Sourcepub fn generate_guide(
error_category: ErrorCategory,
failure_stage: &str,
context: &HashMap<String, String>,
) -> String
pub fn generate_guide( error_category: ErrorCategory, failure_stage: &str, context: &HashMap<String, String>, ) -> String
Generate troubleshooting guide based on failure patterns
Auto Trait Implementations§
impl Freeze for TroubleshootingGuide
impl RefUnwindSafe for TroubleshootingGuide
impl Send for TroubleshootingGuide
impl Sync for TroubleshootingGuide
impl Unpin for TroubleshootingGuide
impl UnwindSafe for TroubleshootingGuide
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