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