Struct mssf_core::client::svc_mgmt_client::ResolvedServiceEndpoint
source · pub struct ResolvedServiceEndpoint {
pub address: HSTRING,
pub role: ServiceEndpointRole,
}
Fields§
§address: HSTRING
§role: ServiceEndpointRole
Trait Implementations§
source§impl Clone for ResolvedServiceEndpoint
impl Clone for ResolvedServiceEndpoint
source§fn clone(&self) -> ResolvedServiceEndpoint
fn clone(&self) -> ResolvedServiceEndpoint
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 ResolvedServiceEndpoint
impl Debug for ResolvedServiceEndpoint
source§impl From<&FABRIC_RESOLVED_SERVICE_ENDPOINT> for ResolvedServiceEndpoint
impl From<&FABRIC_RESOLVED_SERVICE_ENDPOINT> for ResolvedServiceEndpoint
source§fn from(value: &FABRIC_RESOLVED_SERVICE_ENDPOINT) -> Self
fn from(value: &FABRIC_RESOLVED_SERVICE_ENDPOINT) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ResolvedServiceEndpoint
impl RefUnwindSafe for ResolvedServiceEndpoint
impl Send for ResolvedServiceEndpoint
impl Sync for ResolvedServiceEndpoint
impl Unpin for ResolvedServiceEndpoint
impl UnwindSafe for ResolvedServiceEndpoint
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)