pub struct BuildDefinitionTemplateList {
pub count: Option<i32>,
pub value: Vec<BuildDefinitionTemplate>,
}Fields§
§count: Option<i32>§value: Vec<BuildDefinitionTemplate>Implementations§
Trait Implementations§
Source§impl Clone for BuildDefinitionTemplateList
impl Clone for BuildDefinitionTemplateList
Source§fn clone(&self) -> BuildDefinitionTemplateList
fn clone(&self) -> BuildDefinitionTemplateList
Returns a duplicate 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 BuildDefinitionTemplateList
impl Debug for BuildDefinitionTemplateList
Source§impl Default for BuildDefinitionTemplateList
impl Default for BuildDefinitionTemplateList
Source§fn default() -> BuildDefinitionTemplateList
fn default() -> BuildDefinitionTemplateList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BuildDefinitionTemplateList
impl<'de> Deserialize<'de> for BuildDefinitionTemplateList
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
impl StructuralPartialEq for BuildDefinitionTemplateList
Auto Trait Implementations§
impl Freeze for BuildDefinitionTemplateList
impl RefUnwindSafe for BuildDefinitionTemplateList
impl Send for BuildDefinitionTemplateList
impl Sync for BuildDefinitionTemplateList
impl Unpin for BuildDefinitionTemplateList
impl UnwindSafe for BuildDefinitionTemplateList
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