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