pub struct Chan<P: HasDual, E, C: RawChan>(/* private fields */);
Implementations§
Auto Trait Implementations§
impl<P, E, C> Freeze for Chan<P, E, C>where
C: Freeze,
impl<P, E, C> RefUnwindSafe for Chan<P, E, C>
impl<P, E, C> Send for Chan<P, E, C>
impl<P, E, C> Sync for Chan<P, E, C>
impl<P, E, C> Unpin for Chan<P, E, C>
impl<P, E, C> UnwindSafe for Chan<P, E, C>
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