pub struct DatastoreGroupInformationEntry {
pub group_id: Option<u64>,
pub friendly_name: Option<String>,
pub group_key_set_id: Option<u16>,
pub group_cat: Option<u16>,
pub group_cat_version: Option<u16>,
pub group_permission: Option<u8>,
}Fields§
§group_id: Option<u64>§friendly_name: Option<String>§group_key_set_id: Option<u16>§group_cat: Option<u16>§group_cat_version: Option<u16>§group_permission: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatastoreGroupInformationEntry
impl RefUnwindSafe for DatastoreGroupInformationEntry
impl Send for DatastoreGroupInformationEntry
impl Sync for DatastoreGroupInformationEntry
impl Unpin for DatastoreGroupInformationEntry
impl UnwindSafe for DatastoreGroupInformationEntry
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