Struct nomad_client_rs::models::field_diff::FieldDiff
source · pub struct FieldDiff {
pub type: Option<String>,
pub name: Option<String>,
pub old: Option<String>,
pub new: Option<String>,
pub annotations: Option<Vec<String>>,
}Fields§
§type: Option<String>§name: Option<String>§old: Option<String>§new: Option<String>§annotations: Option<Vec<String>>Trait Implementations§
source§impl<'de> Deserialize<'de> for FieldDiff
impl<'de> Deserialize<'de> for FieldDiff
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