pub struct EndpointDiagnostics {
pub service_type: ServiceType,
pub id: String,
pub local_address: Option<String>,
pub remote_address: String,
pub last_activity: Option<i64>,
pub namespace: Option<String>,
pub state: ConnectionState,
}Fields§
§service_type: ServiceType§id: String§local_address: Option<String>§remote_address: String§last_activity: Option<i64>§namespace: Option<String>§state: ConnectionStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointDiagnostics
impl RefUnwindSafe for EndpointDiagnostics
impl Send for EndpointDiagnostics
impl Sync for EndpointDiagnostics
impl Unpin for EndpointDiagnostics
impl UnsafeUnpin for EndpointDiagnostics
impl UnwindSafe for EndpointDiagnostics
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