pub struct SubDiagnostic {
pub level: Level,
pub message: String,
}Fields§
§level: Level§message: StringImplementations§
Trait Implementations§
Source§impl Clone for SubDiagnostic
impl Clone for SubDiagnostic
Source§fn clone(&self) -> SubDiagnostic
fn clone(&self) -> SubDiagnostic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SubDiagnostic
impl RefUnwindSafe for SubDiagnostic
impl Send for SubDiagnostic
impl Sync for SubDiagnostic
impl Unpin for SubDiagnostic
impl UnsafeUnpin for SubDiagnostic
impl UnwindSafe for SubDiagnostic
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