pub struct TextFxDiagnosticReport {
pub diagnostics: Vec<TextFxDiagnostic>,
}Fields§
§diagnostics: Vec<TextFxDiagnostic>Implementations§
Trait Implementations§
Source§impl Clone for TextFxDiagnosticReport
impl Clone for TextFxDiagnosticReport
Source§fn clone(&self) -> TextFxDiagnosticReport
fn clone(&self) -> TextFxDiagnosticReport
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 moreSource§impl Debug for TextFxDiagnosticReport
impl Debug for TextFxDiagnosticReport
Source§impl Default for TextFxDiagnosticReport
impl Default for TextFxDiagnosticReport
Source§fn default() -> TextFxDiagnosticReport
fn default() -> TextFxDiagnosticReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextFxDiagnosticReport
impl<'de> Deserialize<'de> for TextFxDiagnosticReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TextFxDiagnosticReport
Source§impl PartialEq for TextFxDiagnosticReport
impl PartialEq for TextFxDiagnosticReport
Source§fn eq(&self, other: &TextFxDiagnosticReport) -> bool
fn eq(&self, other: &TextFxDiagnosticReport) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxDiagnosticReport
impl Serialize for TextFxDiagnosticReport
impl StructuralPartialEq for TextFxDiagnosticReport
Auto Trait Implementations§
impl Freeze for TextFxDiagnosticReport
impl RefUnwindSafe for TextFxDiagnosticReport
impl Send for TextFxDiagnosticReport
impl Sync for TextFxDiagnosticReport
impl Unpin for TextFxDiagnosticReport
impl UnsafeUnpin for TextFxDiagnosticReport
impl UnwindSafe for TextFxDiagnosticReport
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