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