pub struct ComponentReceivedBytesThroughputsSubscription;
Expand description
ComponentReceivedBytesThroughputsSubscription contains metrics on the number of bytes
that have been received between interval
samples, against specific components.
Trait Implementations§
source§impl Clone for ComponentReceivedBytesThroughputsSubscription
impl Clone for ComponentReceivedBytesThroughputsSubscription
source§fn clone(&self) -> ComponentReceivedBytesThroughputsSubscription
fn clone(&self) -> ComponentReceivedBytesThroughputsSubscription
Returns a copy 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 GraphQLQuery for ComponentReceivedBytesThroughputsSubscription
impl GraphQLQuery for ComponentReceivedBytesThroughputsSubscription
source§type Variables = Variables
type Variables = Variables
The shape of the variables expected by the query. This should be a generated struct most of the time.
source§type ResponseData = ResponseData
type ResponseData = ResponseData
The top-level shape of the response data (the
data
field in the GraphQL response). In practice this should be generated, since it is hard to write by hand without error.source§fn build_query(variables: Self::Variables) -> QueryBody<Self::Variables>
fn build_query(variables: Self::Variables) -> QueryBody<Self::Variables>
Produce a GraphQL query struct that can be JSON serialized and sent to a GraphQL API.
impl Copy for ComponentReceivedBytesThroughputsSubscription
Auto Trait Implementations§
impl Freeze for ComponentReceivedBytesThroughputsSubscription
impl RefUnwindSafe for ComponentReceivedBytesThroughputsSubscription
impl Send for ComponentReceivedBytesThroughputsSubscription
impl Sync for ComponentReceivedBytesThroughputsSubscription
impl Unpin for ComponentReceivedBytesThroughputsSubscription
impl UnwindSafe for ComponentReceivedBytesThroughputsSubscription
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)