Enum rustc_trait_selection::traits::error_reporting::ArgKind [−][src]
Expand description
Summarizes information
Variants
An argument of non-tuple type. Parameters are (name, ty)
An argument of tuple type. For a “found” argument, the span is the location in the source of the pattern. For an “expected” argument, it will be None. The vector is a list of (name, ty) strings for the components of the tuple.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArgKind
impl UnwindSafe for ArgKind
Blanket Implementations
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: 56 bytes
Size for each variant:
Arg
: 52 bytesTuple
: 36 bytes