Struct debris_error::CompileErrors
source · pub struct CompileErrors(pub Vec<SingleCompileError>);
Tuple Fields§
§0: Vec<SingleCompileError>
Implementations§
Trait Implementations§
source§impl Debug for CompileErrors
impl Debug for CompileErrors
source§impl From<Vec<SingleCompileError>> for CompileErrors
impl From<Vec<SingleCompileError>> for CompileErrors
source§fn from(errors: Vec<SingleCompileError>) -> Self
fn from(errors: Vec<SingleCompileError>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CompileErrors
impl Send for CompileErrors
impl Sync for CompileErrors
impl Unpin for CompileErrors
impl UnwindSafe for CompileErrors
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