pub struct ManualInterventionUpdateMetadata {
pub comment: Option<String>,
pub status: Option<Status>,
}Expand description
Fields§
§comment: Option<String>Sets the comment for manual intervention update.
status: Option<Status>Sets the status of the manual intervention.
Implementations§
Trait Implementations§
source§impl Clone for ManualInterventionUpdateMetadata
impl Clone for ManualInterventionUpdateMetadata
source§fn clone(&self) -> ManualInterventionUpdateMetadata
fn clone(&self) -> ManualInterventionUpdateMetadata
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 Default for ManualInterventionUpdateMetadata
impl Default for ManualInterventionUpdateMetadata
source§fn default() -> ManualInterventionUpdateMetadata
fn default() -> ManualInterventionUpdateMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ManualInterventionUpdateMetadata
impl<'de> Deserialize<'de> for ManualInterventionUpdateMetadata
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<ManualInterventionUpdateMetadata> for ManualInterventionUpdateMetadata
impl PartialEq<ManualInterventionUpdateMetadata> for ManualInterventionUpdateMetadata
source§fn eq(&self, other: &ManualInterventionUpdateMetadata) -> bool
fn eq(&self, other: &ManualInterventionUpdateMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.