pub struct DatastoreNodeKeySetEntry {
pub node_id: Option<u64>,
pub group_key_set_id: Option<u16>,
pub status_entry: Option<DatastoreStatusEntry>,
}Fields§
§node_id: Option<u64>§group_key_set_id: Option<u16>§status_entry: Option<DatastoreStatusEntry>Trait Implementations§
Source§impl Debug for DatastoreNodeKeySetEntry
impl Debug for DatastoreNodeKeySetEntry
Auto Trait Implementations§
impl Freeze for DatastoreNodeKeySetEntry
impl RefUnwindSafe for DatastoreNodeKeySetEntry
impl Send for DatastoreNodeKeySetEntry
impl Sync for DatastoreNodeKeySetEntry
impl Unpin for DatastoreNodeKeySetEntry
impl UnwindSafe for DatastoreNodeKeySetEntry
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