pub struct GraphServicePrincipalList {
pub count: Option<i32>,
pub value: Vec<GraphServicePrincipal>,
}Fields§
§count: Option<i32>§value: Vec<GraphServicePrincipal>Implementations§
Trait Implementations§
Source§impl Clone for GraphServicePrincipalList
impl Clone for GraphServicePrincipalList
Source§fn clone(&self) -> GraphServicePrincipalList
fn clone(&self) -> GraphServicePrincipalList
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 GraphServicePrincipalList
impl Debug for GraphServicePrincipalList
Source§impl Default for GraphServicePrincipalList
impl Default for GraphServicePrincipalList
Source§fn default() -> GraphServicePrincipalList
fn default() -> GraphServicePrincipalList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphServicePrincipalList
impl<'de> Deserialize<'de> for GraphServicePrincipalList
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
impl StructuralPartialEq for GraphServicePrincipalList
Auto Trait Implementations§
impl Freeze for GraphServicePrincipalList
impl RefUnwindSafe for GraphServicePrincipalList
impl Send for GraphServicePrincipalList
impl Sync for GraphServicePrincipalList
impl Unpin for GraphServicePrincipalList
impl UnwindSafe for GraphServicePrincipalList
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