Struct catapult_converter::Diagnostic
source · pub(crate) struct Diagnostic {
pub(crate) guid: String,
pub(crate) diag_type: String,
pub(crate) values: Vec<Value>,
}
Fields§
§guid: String
§diag_type: String
§values: Vec<Value>
Trait Implementations§
source§impl Clone for Diagnostic
impl Clone for Diagnostic
source§fn clone(&self) -> Diagnostic
fn clone(&self) -> Diagnostic
Returns a copy 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 Diagnostic
impl Debug for Diagnostic
source§impl Default for Diagnostic
impl Default for Diagnostic
source§impl Hash for Diagnostic
impl Hash for Diagnostic
source§impl PartialEq for Diagnostic
impl PartialEq for Diagnostic
source§impl Serialize for Diagnostic
impl Serialize for Diagnostic
impl Eq for Diagnostic
Auto Trait Implementations§
impl RefUnwindSafe for Diagnostic
impl Send for Diagnostic
impl Sync for Diagnostic
impl Unpin for Diagnostic
impl UnwindSafe for Diagnostic
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