pub struct CompilerCrash { /* private fields */ }
Implementations§
Source§impl CompilerCrash
impl CompilerCrash
Trait Implementations§
Source§impl From<CompilerCrash> for ReportMessage
impl From<CompilerCrash> for ReportMessage
Source§fn from(value: CompilerCrash) -> Self
fn from(value: CompilerCrash) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CompilerCrash
impl !RefUnwindSafe for CompilerCrash
impl Send for CompilerCrash
impl !Sync for CompilerCrash
impl Unpin for CompilerCrash
impl !UnwindSafe for CompilerCrash
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