pub enum DisplaySourceCodeError {
PathNotFound,
UnknownType,
Generator,
OpaqueType,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DisplaySourceCodeError
impl Send for DisplaySourceCodeError
impl Sync for DisplaySourceCodeError
impl Unpin for DisplaySourceCodeError
impl UnwindSafe for DisplaySourceCodeError
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
source§impl<T> Cast for T
impl<T> Cast for T
source§fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> Uwhere Self: CastTo<U>, U: HasInterner,
Cast a value to type
U
using CastTo
.