pub struct DiscoveredOutboundEndpoints {
pub assigned: HashMap<String, OutboundEndpoint>,
}
Expand description
Represents the outbound endpoints of a discovered device in the Azure Device Registry service.
Fields§
§assigned: HashMap<String, OutboundEndpoint>
Endpoints the device can connect to.
Trait Implementations§
Source§impl Clone for DiscoveredOutboundEndpoints
impl Clone for DiscoveredOutboundEndpoints
Source§fn clone(&self) -> DiscoveredOutboundEndpoints
fn clone(&self) -> DiscoveredOutboundEndpoints
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DiscoveredOutboundEndpoints
impl Debug for DiscoveredOutboundEndpoints
Source§impl Default for DiscoveredOutboundEndpoints
impl Default for DiscoveredOutboundEndpoints
Source§fn default() -> DiscoveredOutboundEndpoints
fn default() -> DiscoveredOutboundEndpoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DiscoveredOutboundEndpoints
impl RefUnwindSafe for DiscoveredOutboundEndpoints
impl Send for DiscoveredOutboundEndpoints
impl Sync for DiscoveredOutboundEndpoints
impl Unpin for DiscoveredOutboundEndpoints
impl UnwindSafe for DiscoveredOutboundEndpoints
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