Struct opcua_server::metrics::Connection
source · [−]pub struct Connection {
pub sessions: Vec<Session>,
pub client_address: String,
pub transport_state: String,
}Fields
sessions: Vec<Session>client_address: Stringtransport_state: StringTrait Implementations
sourceimpl Serialize for Connection
impl Serialize for Connection
Auto Trait Implementations
impl RefUnwindSafe for Connection
impl Send for Connection
impl Sync for Connection
impl Unpin for Connection
impl UnwindSafe for Connection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more