Struct rustc_trait_selection::traits::OnUnimplementedDirective [−][src]
pub struct OnUnimplementedDirective {
pub condition: Option<MetaItem>,
pub subcommands: Vec<OnUnimplementedDirective>,
pub message: Option<OnUnimplementedFormatString>,
pub label: Option<OnUnimplementedFormatString>,
pub note: Option<OnUnimplementedFormatString>,
pub enclosing_scope: Option<OnUnimplementedFormatString>,
}
Fields
condition: Option<MetaItem>
subcommands: Vec<OnUnimplementedDirective>
message: Option<OnUnimplementedFormatString>
label: Option<OnUnimplementedFormatString>
note: Option<OnUnimplementedFormatString>
enclosing_scope: Option<OnUnimplementedFormatString>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for OnUnimplementedDirective
impl !Send for OnUnimplementedDirective
impl !Sync for OnUnimplementedDirective
impl Unpin for OnUnimplementedDirective
impl !UnwindSafe for OnUnimplementedDirective
Blanket Implementations
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: 144 bytes