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