pub struct DiscoveredService {
pub name: String,
pub subscription_id: String,
pub location: String,
}Expand description
Result of the discovery flow
Fields§
§name: String§subscription_id: String§location: StringTrait Implementations§
Source§impl Clone for DiscoveredService
impl Clone for DiscoveredService
Source§fn clone(&self) -> DiscoveredService
fn clone(&self) -> DiscoveredService
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for DiscoveredService
impl RefUnwindSafe for DiscoveredService
impl Send for DiscoveredService
impl Sync for DiscoveredService
impl Unpin for DiscoveredService
impl UnsafeUnpin for DiscoveredService
impl UnwindSafe for DiscoveredService
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