Struct azure_devops_rust_api::release::models::GateUpdateMetadata
source · pub struct GateUpdateMetadata {
pub comment: Option<String>,
pub gates_to_ignore: Vec<String>,
}
Expand description
Fields§
§comment: Option<String>
Comment.
gates_to_ignore: Vec<String>
Name of gate to be ignored.
Implementations§
Trait Implementations§
source§impl Clone for GateUpdateMetadata
impl Clone for GateUpdateMetadata
source§fn clone(&self) -> GateUpdateMetadata
fn clone(&self) -> GateUpdateMetadata
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 Debug for GateUpdateMetadata
impl Debug for GateUpdateMetadata
source§impl Default for GateUpdateMetadata
impl Default for GateUpdateMetadata
source§fn default() -> GateUpdateMetadata
fn default() -> GateUpdateMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GateUpdateMetadata
impl<'de> Deserialize<'de> for GateUpdateMetadata
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 GateUpdateMetadata
impl PartialEq for GateUpdateMetadata
source§fn eq(&self, other: &GateUpdateMetadata) -> bool
fn eq(&self, other: &GateUpdateMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GateUpdateMetadata
impl Serialize for GateUpdateMetadata
impl StructuralPartialEq for GateUpdateMetadata
Auto Trait Implementations§
impl Freeze for GateUpdateMetadata
impl RefUnwindSafe for GateUpdateMetadata
impl Send for GateUpdateMetadata
impl Sync for GateUpdateMetadata
impl Unpin for GateUpdateMetadata
impl UnwindSafe for GateUpdateMetadata
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