pub struct Sender<T, P>where
P: Place<T>,{ /* private fields */ }Expand description
The placer of an array slot.
The user can only access the slot once by this structure.
Implementations§
Trait Implementations§
impl<T: Send, P: Place<T>> Send for Sender<T, P>
Auto Trait Implementations§
impl<T, P> Freeze for Sender<T, P>
impl<T, P> RefUnwindSafe for Sender<T, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, P> !Sync for Sender<T, P>
impl<T, P> Unpin for Sender<T, P>
impl<T, P> UnwindSafe for Sender<T, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
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