Struct rustc_trait_selection::traits::on_unimplemented::OnUnimplementedNote [−][src]
pub struct OnUnimplementedNote {
pub message: Option<String>,
pub label: Option<String>,
pub note: Option<String>,
pub enclosing_scope: Option<String>,
}
Fields
message: Option<String>
label: Option<String>
note: Option<String>
enclosing_scope: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for OnUnimplementedNote
impl Send for OnUnimplementedNote
impl Sync for OnUnimplementedNote
impl Unpin for OnUnimplementedNote
impl UnwindSafe for OnUnimplementedNote
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: 96 bytes