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