pub struct UndeclaredType { /* private fields */ }
Implementations§
Source§impl UndeclaredType
impl UndeclaredType
pub fn new(token: GlobalSpan) -> Self
Trait Implementations§
Source§impl Diagnostic for UndeclaredType
impl Diagnostic for UndeclaredType
fn to_codespan(&self, ctx: &Context) -> Diagnostic<FileId>
Auto Trait Implementations§
impl Freeze for UndeclaredType
impl RefUnwindSafe for UndeclaredType
impl Send for UndeclaredType
impl Sync for UndeclaredType
impl Unpin for UndeclaredType
impl UnwindSafe for UndeclaredType
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