pub struct DirectoryRoles {
pub etag: Option<String>,
pub items: Option<Vec<DirectoryRole>>,
pub kind: Option<String>,
pub nextPageToken: Option<String>,
}Fields§
§etag: Option<String>§items: Option<Vec<DirectoryRole>>§kind: Option<String>§nextPageToken: Option<String>Trait Implementations§
Source§impl Debug for DirectoryRoles
impl Debug for DirectoryRoles
Source§impl<'de> Deserialize<'de> for DirectoryRoles
impl<'de> Deserialize<'de> for DirectoryRoles
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
Auto Trait Implementations§
impl Freeze for DirectoryRoles
impl RefUnwindSafe for DirectoryRoles
impl Send for DirectoryRoles
impl Sync for DirectoryRoles
impl Unpin for DirectoryRoles
impl UnwindSafe for DirectoryRoles
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