Struct chandeliers_err::Basic
source · pub struct Basic {
pub msg: String,
pub span: Span,
}Expand description
An explicit error message with its span.
Fields§
§msg: StringError kind.
span: SpanError location.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Basic
impl !Send for Basic
impl !Sync for Basic
impl Unpin for Basic
impl UnwindSafe for Basic
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