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