Struct azure_devops_rust_api::graph::models::GraphUserUpdateContext   
source · pub struct GraphUserUpdateContext {}Expand description
Do not attempt to use this type to update user. Use one of the subclasses instead. This type does not contain sufficient fields to create a new user.
Implementations§
Trait Implementations§
source§impl Clone for GraphUserUpdateContext
 
impl Clone for GraphUserUpdateContext
source§fn clone(&self) -> GraphUserUpdateContext
 
fn clone(&self) -> GraphUserUpdateContext
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 GraphUserUpdateContext
 
impl Debug for GraphUserUpdateContext
source§impl Default for GraphUserUpdateContext
 
impl Default for GraphUserUpdateContext
source§fn default() -> GraphUserUpdateContext
 
fn default() -> GraphUserUpdateContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GraphUserUpdateContext
 
impl<'de> Deserialize<'de> for GraphUserUpdateContext
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 GraphUserUpdateContext
 
impl PartialEq for GraphUserUpdateContext
source§fn eq(&self, other: &GraphUserUpdateContext) -> bool
 
fn eq(&self, other: &GraphUserUpdateContext) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for GraphUserUpdateContext
 
impl Serialize for GraphUserUpdateContext
impl StructuralPartialEq for GraphUserUpdateContext
Auto Trait Implementations§
impl RefUnwindSafe for GraphUserUpdateContext
impl Send for GraphUserUpdateContext
impl Sync for GraphUserUpdateContext
impl Unpin for GraphUserUpdateContext
impl UnwindSafe for GraphUserUpdateContext
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