pub struct DiagnosticOccurrence { /* private fields */ }Expand description
Read-only correlation, not delivery confirmation or execution authority.
ⓘ
use saddle_core::DiagnosticOccurrence;
let forged = DiagnosticOccurrence { diagnostic_id: 1, primary_diagnostic_id: None };Trait Implementations§
Source§impl Clone for DiagnosticOccurrence
impl Clone for DiagnosticOccurrence
Source§fn clone(&self) -> DiagnosticOccurrence
fn clone(&self) -> DiagnosticOccurrence
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 moreimpl Copy for DiagnosticOccurrence
Auto Trait Implementations§
impl Freeze for DiagnosticOccurrence
impl RefUnwindSafe for DiagnosticOccurrence
impl Send for DiagnosticOccurrence
impl Sync for DiagnosticOccurrence
impl Unpin for DiagnosticOccurrence
impl UnsafeUnpin for DiagnosticOccurrence
impl UnwindSafe for DiagnosticOccurrence
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