pub struct DatastoreAccessControlEntry {
pub privilege: Option<u8>,
pub auth_mode: Option<u8>,
pub subjects: Option<Vec<u64>>,
pub targets: Option<Vec<DatastoreAccessControlTarget>>,
}Fields§
§privilege: Option<u8>§auth_mode: Option<u8>§subjects: Option<Vec<u64>>§targets: Option<Vec<DatastoreAccessControlTarget>>Trait Implementations§
Source§impl Debug for DatastoreAccessControlEntry
impl Debug for DatastoreAccessControlEntry
Auto Trait Implementations§
impl Freeze for DatastoreAccessControlEntry
impl RefUnwindSafe for DatastoreAccessControlEntry
impl Send for DatastoreAccessControlEntry
impl Sync for DatastoreAccessControlEntry
impl Unpin for DatastoreAccessControlEntry
impl UnwindSafe for DatastoreAccessControlEntry
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