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