Struct opcua_server::metrics::Session
source · [−]pub struct Session {
pub id: String,
pub session_activated: bool,
pub session_terminated: bool,
pub session_terminated_at: String,
pub subscriptions: Metrics,
}Fields
id: Stringsession_activated: boolsession_terminated: boolsession_terminated_at: Stringsubscriptions: MetricsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Session
impl Send for Session
impl Sync for Session
impl Unpin for Session
impl UnwindSafe for Session
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