pub struct Endpoint {
pub health: HealthRecord,
/* private fields */
}Expand description
A single resolved endpoint: its transport + the per-request HTTP framing + its resolved credential + live health/breaker state.
Fields§
§health: HealthRecordLive health and circuit-breaker state for this endpoint.
Auto Trait Implementations§
impl !Freeze for Endpoint
impl !RefUnwindSafe for Endpoint
impl !UnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnsafeUnpin for Endpoint
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