Struct sc_rpc_server::ServerMetrics [−][src]
pub struct ServerMetrics { /* fields omitted */ }
Expand description
RPC server-specific prometheus metrics.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Executed when new session is opened.
Executed when session is closed.
Auto Trait Implementations
impl RefUnwindSafe for ServerMetrics
impl Send for ServerMetrics
impl Sync for ServerMetrics
impl Unpin for ServerMetrics
impl UnwindSafe for ServerMetrics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more