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