pub struct DiagnosticLogMetadata {
pub agent_id: Option<i32>,
pub agent_name: Option<String>,
pub file_name: Option<String>,
pub phase_name: Option<String>,
pub phase_result: Option<String>,
pub pool_id: Option<i32>,
}Expand description
Fields§
§agent_id: Option<i32>§agent_name: Option<String>§file_name: Option<String>§phase_name: Option<String>§phase_result: Option<String>§pool_id: Option<i32>Implementations§
Trait Implementations§
source§impl Clone for DiagnosticLogMetadata
impl Clone for DiagnosticLogMetadata
source§fn clone(&self) -> DiagnosticLogMetadata
fn clone(&self) -> DiagnosticLogMetadata
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 DiagnosticLogMetadata
impl Debug for DiagnosticLogMetadata
source§impl Default for DiagnosticLogMetadata
impl Default for DiagnosticLogMetadata
source§fn default() -> DiagnosticLogMetadata
fn default() -> DiagnosticLogMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DiagnosticLogMetadata
impl<'de> Deserialize<'de> for DiagnosticLogMetadata
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 DiagnosticLogMetadata
impl PartialEq for DiagnosticLogMetadata
source§fn eq(&self, other: &DiagnosticLogMetadata) -> bool
fn eq(&self, other: &DiagnosticLogMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DiagnosticLogMetadata
impl Serialize for DiagnosticLogMetadata
impl StructuralPartialEq for DiagnosticLogMetadata
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticLogMetadata
impl Send for DiagnosticLogMetadata
impl Sync for DiagnosticLogMetadata
impl Unpin for DiagnosticLogMetadata
impl UnwindSafe for DiagnosticLogMetadata
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