Struct metered_channel::oneshot::Measurements [−][src]
pub struct Measurements { /* fields omitted */ }Expand description
Obtained measurements by the Receiver side of the MeteredOneshot.
Implementations
Obtain the duration of a finished or canceled
oneshot channel.
Obtain the duration of a finished or canceled
oneshot channel.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Measurements
impl Send for Measurements
impl Sync for Measurements
impl Unpin for Measurements
impl UnwindSafe for Measurements
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