pub struct QueryStatsView {
pub num_calls_total: Nat,
pub num_instructions_total: Nat,
pub request_payload_bytes_total: Nat,
pub response_payload_bytes_total: Nat,
}Expand description
QueryStatsView
Fields§
§num_calls_total: Nat§num_instructions_total: Nat§request_payload_bytes_total: Nat§response_payload_bytes_total: NatTrait Implementations§
Source§impl CandidType for QueryStatsView
impl CandidType for QueryStatsView
Source§impl Clone for QueryStatsView
impl Clone for QueryStatsView
Source§fn clone(&self) -> QueryStatsView
fn clone(&self) -> QueryStatsView
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 QueryStatsView
impl Debug for QueryStatsView
Source§impl<'de> Deserialize<'de> for QueryStatsView
impl<'de> Deserialize<'de> for QueryStatsView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for QueryStatsView
impl RefUnwindSafe for QueryStatsView
impl Send for QueryStatsView
impl Sync for QueryStatsView
impl Unpin for QueryStatsView
impl UnwindSafe for QueryStatsView
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