pub struct DatastoreNodeInformationEntry {
pub node_id: Option<u64>,
pub friendly_name: Option<String>,
pub commissioning_status_entry: Option<DatastoreStatusEntry>,
}Fields§
§node_id: Option<u64>§friendly_name: Option<String>§commissioning_status_entry: Option<DatastoreStatusEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatastoreNodeInformationEntry
impl RefUnwindSafe for DatastoreNodeInformationEntry
impl Send for DatastoreNodeInformationEntry
impl Sync for DatastoreNodeInformationEntry
impl Unpin for DatastoreNodeInformationEntry
impl UnwindSafe for DatastoreNodeInformationEntry
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