pub struct FullError {
pub message: &'static str,
pub attrs: HashMap<&'static str, String>,
pub causes: Vec<Error>,
}Fields§
§message: &'static str§attrs: HashMap<&'static str, String>§causes: Vec<Error>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FullError
impl Send for FullError
impl Sync for FullError
impl Unpin for FullError
impl UnwindSafe for FullError
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