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