pub enum TypeAnnotationNeeded {
E0282,
E0283,
E0284,
}
Variants§
E0282
ⓘ
let x = "hello".chars().rev().collect();
E0283
An implementation cannot be chosen unambiguously because of lack of information.
ⓘ
let _ = Default::default();
E0284
ⓘ
let mut d: u64 = 2;
d = d % 1u32.into();
Trait Implementations§
source§impl Into<DiagnosticId> for TypeAnnotationNeeded
impl Into<DiagnosticId> for TypeAnnotationNeeded
source§fn into(self) -> DiagnosticId
fn into(self) -> DiagnosticId
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for TypeAnnotationNeeded
impl Send for TypeAnnotationNeeded
impl Sync for TypeAnnotationNeeded
impl Unpin for TypeAnnotationNeeded
impl UnwindSafe for TypeAnnotationNeeded
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size:1 byte
Size for each variant:
E0282
: 0 bytesE0283
: 0 bytesE0284
: 0 bytes