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