Struct rustc_trait_selection::traits::error_reporting::on_unimplemented::OnUnimplementedNote
source · pub struct OnUnimplementedNote {
pub message: Option<String>,
pub label: Option<String>,
pub note: Option<String>,
pub parent_label: Option<String>,
pub append_const_msg: Option<AppendConstMessage>,
}
Expand description
For the #[rustc_on_unimplemented]
attribute
Fields§
§message: Option<String>
§label: Option<String>
§note: Option<String>
§parent_label: Option<String>
§append_const_msg: Option<AppendConstMessage>
Trait Implementations§
source§impl Default for OnUnimplementedNote
impl Default for OnUnimplementedNote
source§fn default() -> OnUnimplementedNote
fn default() -> OnUnimplementedNote
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§
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: 104 bytes