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