Struct metered_channel::oneshot::MeteredSender [−][src]
pub struct MeteredSender<T> { /* fields omitted */ }Expand description
Oneshot sender, created by channel.
Implementations
Poll if the thing is already canceled.
Access the cancellation object.
Check the cancellation state.
Verify if the receiver is connected to the sender Self.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for MeteredSender<T>
impl<T> Send for MeteredSender<T> where
T: Send,
impl<T> Sync for MeteredSender<T> where
T: Send,
impl<T> Unpin for MeteredSender<T>
impl<T> !UnwindSafe for MeteredSender<T>
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