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