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