pub struct ServerDiagnosticsSummary { /* private fields */ }Expand description
The server diagnostics summary type. Users with approparite permissions can read these values.
Implementations§
Source§impl ServerDiagnosticsSummary
impl ServerDiagnosticsSummary
Sourcepub fn is_mapped(&self, variable_id: VariableId) -> bool
pub fn is_mapped(&self, variable_id: VariableId) -> bool
Check if the given variable ID is managed by this object.
Sourcepub fn get(&self, variable_id: VariableId) -> Option<DataValue>
pub fn get(&self, variable_id: VariableId) -> Option<DataValue>
Get the value of a variable by its ID.
Trait Implementations§
Source§impl Default for ServerDiagnosticsSummary
impl Default for ServerDiagnosticsSummary
Source§fn default() -> ServerDiagnosticsSummary
fn default() -> ServerDiagnosticsSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ServerDiagnosticsSummary
impl !RefUnwindSafe for ServerDiagnosticsSummary
impl Send for ServerDiagnosticsSummary
impl Sync for ServerDiagnosticsSummary
impl Unpin for ServerDiagnosticsSummary
impl UnsafeUnpin for ServerDiagnosticsSummary
impl UnwindSafe for ServerDiagnosticsSummary
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