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