pub struct SendSlot<'a, M: RawMutex, T> { /* private fields */ }Expand description
A slot for sending in the channel
The slot is only marked as sent when SendSlot::send_done is called.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, M, T> Freeze for SendSlot<'a, M, T>
impl<'a, M, T> !RefUnwindSafe for SendSlot<'a, M, T>
impl<'a, M, T> Send for SendSlot<'a, M, T>
impl<'a, M, T> Sync for SendSlot<'a, M, T>
impl<'a, M, T> Unpin for SendSlot<'a, M, T>
impl<'a, M, T> !UnwindSafe for SendSlot<'a, M, 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