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