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