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