Struct dragonfly_client::health::Health
source · pub struct Health {
pub addr: SocketAddr,
/* private fields */
}
Fields§
§addr: SocketAddr
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Health
impl Send for Health
impl Sync for Health
impl Unpin for Health
impl !UnwindSafe for Health
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