Struct jj_cli::templater::TemplatePropertyError
source · pub struct TemplatePropertyError(pub Box<dyn Error + Send + Sync>);Expand description
Wrapper around an error occurred during template evaluation.
Tuple Fields§
§0: Box<dyn Error + Send + Sync>Trait Implementations§
source§impl Debug for TemplatePropertyError
impl Debug for TemplatePropertyError
Auto Trait Implementations§
impl Freeze for TemplatePropertyError
impl !RefUnwindSafe for TemplatePropertyError
impl Send for TemplatePropertyError
impl Sync for TemplatePropertyError
impl Unpin for TemplatePropertyError
impl !UnwindSafe for TemplatePropertyError
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