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