pub struct ResolvedNetworkingProfile {
pub profile: NetworkingProfileValues,
pub resolver: Arc<Box<dyn Resolver>>,
}Fields§
§profile: NetworkingProfileValues§resolver: Arc<Box<dyn Resolver>>Trait Implementations§
Source§impl Clone for ResolvedNetworkingProfile
impl Clone for ResolvedNetworkingProfile
Source§fn clone(&self) -> ResolvedNetworkingProfile
fn clone(&self) -> ResolvedNetworkingProfile
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 ResolvedNetworkingProfile
impl !RefUnwindSafe for ResolvedNetworkingProfile
impl Send for ResolvedNetworkingProfile
impl Sync for ResolvedNetworkingProfile
impl Unpin for ResolvedNetworkingProfile
impl !UnwindSafe for ResolvedNetworkingProfile
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