pub struct InlineDiagnosticText { /* private fields */ }Expand description
Audited metadata only, never arbitrary error messages or business values.
Implementations§
Trait Implementations§
Source§impl Clone for InlineDiagnosticText
impl Clone for InlineDiagnosticText
Source§fn clone(&self) -> InlineDiagnosticText
fn clone(&self) -> InlineDiagnosticText
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 InlineDiagnosticText
Auto Trait Implementations§
impl Freeze for InlineDiagnosticText
impl RefUnwindSafe for InlineDiagnosticText
impl Send for InlineDiagnosticText
impl Sync for InlineDiagnosticText
impl Unpin for InlineDiagnosticText
impl UnsafeUnpin for InlineDiagnosticText
impl UnwindSafe for InlineDiagnosticText
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