Struct nuidl_lib::codegen::diagnostic::UserError
source · pub struct UserError { /* private fields */ }Implementations§
Trait Implementations§
source§impl Diagnostic for UserError
impl Diagnostic for UserError
fn to_codespan(&self, _ctx: &Context) -> Diagnostic<FileId>
Auto Trait Implementations§
impl RefUnwindSafe for UserError
impl Send for UserError
impl Sync for UserError
impl Unpin for UserError
impl UnwindSafe for UserError
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