pub struct DiagnosticArray {
pub header: Header,
pub status: Vec<DiagnosticStatus>,
}Fields§
§header: Header§status: Vec<DiagnosticStatus>Trait Implementations§
Source§impl Clone for DiagnosticArray
impl Clone for DiagnosticArray
Source§fn clone(&self) -> DiagnosticArray
fn clone(&self) -> DiagnosticArray
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 moreSource§impl Debug for DiagnosticArray
impl Debug for DiagnosticArray
Source§impl Default for DiagnosticArray
impl Default for DiagnosticArray
Source§impl<'de> Deserialize<'de> for DiagnosticArray
impl<'de> Deserialize<'de> for DiagnosticArray
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
Source§impl PartialEq for DiagnosticArray
impl PartialEq for DiagnosticArray
Source§impl Serialize for DiagnosticArray
impl Serialize for DiagnosticArray
impl Message for DiagnosticArray
impl StructuralPartialEq for DiagnosticArray
Auto Trait Implementations§
impl Freeze for DiagnosticArray
impl RefUnwindSafe for DiagnosticArray
impl Send for DiagnosticArray
impl Sync for DiagnosticArray
impl Unpin for DiagnosticArray
impl UnwindSafe for DiagnosticArray
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