pub struct DiagnosticsState {
pub diagnostics_count: usize,
}Expand description
Diagnostics state
Fields§
§diagnostics_count: usizeTotal number of diagnostics.
Trait Implementations§
Source§impl Clone for DiagnosticsState
impl Clone for DiagnosticsState
Source§fn clone(&self) -> DiagnosticsState
fn clone(&self) -> DiagnosticsState
Returns a duplicate of the value. Read more
1.0.0 · 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 DiagnosticsState
impl RefUnwindSafe for DiagnosticsState
impl Send for DiagnosticsState
impl Sync for DiagnosticsState
impl Unpin for DiagnosticsState
impl UnsafeUnpin for DiagnosticsState
impl UnwindSafe for DiagnosticsState
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