pub struct Channel<To, Tr: Transport> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<To, Tr> Freeze for Channel<To, Tr>
impl<To, Tr> RefUnwindSafe for Channel<To, Tr>where
<Tr as Transport>::Tx: RefUnwindSafe,
<Tr as Transport>::Rx: RefUnwindSafe,
Tr: RefUnwindSafe,
To: RefUnwindSafe,
impl<To, Tr> Send for Channel<To, Tr>
impl<To, Tr> Sync for Channel<To, Tr>
impl<To, Tr> Unpin for Channel<To, Tr>
impl<To, Tr> UnwindSafe for Channel<To, Tr>where
<Tr as Transport>::Tx: UnwindSafe,
<Tr as Transport>::Rx: UnwindSafe,
Tr: UnwindSafe,
To: UnwindSafe,
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