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