pub struct BuildAnomaly {
pub anomaly_type: BuildAnomalyType,
pub description: String,
pub severity: SeverityLevel,
pub metadata: HashMap<String, Value>,
}Fields§
§anomaly_type: BuildAnomalyType§description: String§severity: SeverityLevel§metadata: HashMap<String, Value>Trait Implementations§
Source§impl Clone for BuildAnomaly
impl Clone for BuildAnomaly
Source§fn clone(&self) -> BuildAnomaly
fn clone(&self) -> BuildAnomaly
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 BuildAnomaly
impl Debug for BuildAnomaly
Source§impl<'de> Deserialize<'de> for BuildAnomaly
impl<'de> Deserialize<'de> for BuildAnomaly
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
Auto Trait Implementations§
impl Freeze for BuildAnomaly
impl RefUnwindSafe for BuildAnomaly
impl Send for BuildAnomaly
impl Sync for BuildAnomaly
impl Unpin for BuildAnomaly
impl UnwindSafe for BuildAnomaly
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