pub struct ResolvedEndpoint(pub Box<dyn Endpoint>);
Tuple Fields§
§0: Box<dyn Endpoint>
Trait Implementations§
Source§impl CanResolveTo<ResolvedEndpoint> for NetEndpointHandleKind
impl CanResolveTo<ResolvedEndpoint> for NetEndpointHandleKind
Source§type Input<'a> = ResolveEndpointParams
type Input<'a> = ResolveEndpointParams
Additional input (besides the resource itself) when resolving resources
of this resource kind.
Auto Trait Implementations§
impl Freeze for ResolvedEndpoint
impl !RefUnwindSafe for ResolvedEndpoint
impl Send for ResolvedEndpoint
impl Sync for ResolvedEndpoint
impl Unpin for ResolvedEndpoint
impl !UnwindSafe for ResolvedEndpoint
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