Struct futures_channel::mpsc::SenderTask
source · struct SenderTask {
task: Option<Waker>,
is_parked: bool,
}
Fields§
§task: Option<Waker>
§is_parked: bool
Implementations§
Auto Trait Implementations§
impl Freeze for SenderTask
impl RefUnwindSafe for SenderTask
impl Send for SenderTask
impl Sync for SenderTask
impl Unpin for SenderTask
impl UnwindSafe for SenderTask
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