pub struct ServerDiagnostics { /* private fields */ }Expand description
Structure that captures di agnostics information for the server
Implementations§
Source§impl ServerDiagnostics
impl ServerDiagnostics
Sourcepub fn server_diagnostics_summary(&self) -> &ServerDiagnosticsSummaryDataType
pub fn server_diagnostics_summary(&self) -> &ServerDiagnosticsSummaryDataType
Return a completed summary of the server diagnostics as they stand. This structure is used to fill the address space stats about the server.
Trait Implementations§
Source§impl Clone for ServerDiagnostics
impl Clone for ServerDiagnostics
Source§fn clone(&self) -> ServerDiagnostics
fn clone(&self) -> ServerDiagnostics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServerDiagnostics
impl Debug for ServerDiagnostics
Source§impl Default for ServerDiagnostics
impl Default for ServerDiagnostics
Source§impl Drop for ServerDiagnostics
impl Drop for ServerDiagnostics
Auto Trait Implementations§
impl Freeze for ServerDiagnostics
impl RefUnwindSafe for ServerDiagnostics
impl Send for ServerDiagnostics
impl Sync for ServerDiagnostics
impl Unpin for ServerDiagnostics
impl UnwindSafe for ServerDiagnostics
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