pub struct TypeCheckIssue { /* private fields */ }Implementations§
Source§impl TypeCheckIssue
impl TypeCheckIssue
pub fn to_display_string(&self, source: &Source) -> String
Trait Implementations§
Source§impl ExternType for TypeCheckIssue
impl ExternType for TypeCheckIssue
impl Send for TypeCheckIssue
impl Sync for TypeCheckIssue
Auto Trait Implementations§
impl !Freeze for TypeCheckIssue
impl RefUnwindSafe for TypeCheckIssue
impl !Unpin for TypeCheckIssue
impl UnwindSafe for TypeCheckIssue
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