pub enum TemplateFixError {}Trait Implementations§
Source§impl Debug for TemplateFixError
impl Debug for TemplateFixError
Source§impl Display for TemplateFixError
impl Display for TemplateFixError
Source§impl Error for TemplateFixError
impl Error for TemplateFixError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for TemplateFixError
impl RefUnwindSafe for TemplateFixError
impl Send for TemplateFixError
impl Sync for TemplateFixError
impl Unpin for TemplateFixError
impl UnsafeUnpin for TemplateFixError
impl UnwindSafe for TemplateFixError
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