pub struct DeploymentComparisonDiffV1 {
pub category: DeploymentComparisonCategoryV1,
pub subject: String,
pub left: Option<String>,
pub right: Option<String>,
pub severity: SafetySeverityV1,
pub message: String,
}Expand description
DeploymentComparisonDiffV1
Fields§
§category: DeploymentComparisonCategoryV1§subject: String§left: Option<String>§right: Option<String>§severity: SafetySeverityV1§message: StringTrait Implementations§
Source§impl Clone for DeploymentComparisonDiffV1
impl Clone for DeploymentComparisonDiffV1
Source§fn clone(&self) -> DeploymentComparisonDiffV1
fn clone(&self) -> DeploymentComparisonDiffV1
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 DeploymentComparisonDiffV1
impl Debug for DeploymentComparisonDiffV1
Source§impl<'de> Deserialize<'de> for DeploymentComparisonDiffV1
impl<'de> Deserialize<'de> for DeploymentComparisonDiffV1
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 DeploymentComparisonDiffV1
impl PartialEq for DeploymentComparisonDiffV1
Source§fn eq(&self, other: &DeploymentComparisonDiffV1) -> bool
fn eq(&self, other: &DeploymentComparisonDiffV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeploymentComparisonDiffV1
impl StructuralPartialEq for DeploymentComparisonDiffV1
Auto Trait Implementations§
impl Freeze for DeploymentComparisonDiffV1
impl RefUnwindSafe for DeploymentComparisonDiffV1
impl Send for DeploymentComparisonDiffV1
impl Sync for DeploymentComparisonDiffV1
impl Unpin for DeploymentComparisonDiffV1
impl UnsafeUnpin for DeploymentComparisonDiffV1
impl UnwindSafe for DeploymentComparisonDiffV1
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