Struct azure_devops_rust_api::release::models::Demand
source · pub struct Demand {
pub name: Option<String>,
pub value: Option<String>,
}
Expand description
Fields§
§name: Option<String>
Gets and sets the name of demand.
value: Option<String>
Gets and sets the value of demand.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Demand
impl<'de> Deserialize<'de> for Demand
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 Demand
impl PartialEq for Demand
impl StructuralPartialEq for Demand
Auto Trait Implementations§
impl RefUnwindSafe for Demand
impl Send for Demand
impl Sync for Demand
impl Unpin for Demand
impl UnwindSafe for Demand
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