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