pub struct TxOneshot<T>(/* private fields */);Expand description
Sender for oneshot channel
Implementations§
Trait Implementations§
impl<T> Send for TxOneshot<T>
impl<T> Sync for TxOneshot<T>
Auto Trait Implementations§
impl<T> Freeze for TxOneshot<T>
impl<T> !RefUnwindSafe for TxOneshot<T>
impl<T> Unpin for TxOneshot<T>
impl<T> UnsafeUnpin for TxOneshot<T>
impl<T> !UnwindSafe for TxOneshot<T>
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