Struct rustc_middle::ty::FoundRelationships [−][src]
Fields
self_in_trait: bool
This is true if we identified that this Ty (?T
) is found in a ?T: Foo
obligation, where:
Foo
is notSized
(): Foo
may be satisfied
output: bool
This is true if we identified that this Ty (?T
) is found in a <_ as _>::AssocType = ?T
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FoundRelationships
impl Send for FoundRelationships
impl Sync for FoundRelationships
impl Unpin for FoundRelationships
impl UnwindSafe for FoundRelationships
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: 2 bytes