pub struct Channel<Id: ChId, F = NoneT> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Id, F> Freeze for Channel<Id, F>
impl<Id, F> RefUnwindSafe for Channel<Id, F>where
Id: RefUnwindSafe,
F: RefUnwindSafe,
impl<Id, F> Send for Channel<Id, F>
impl<Id, F = NoneT> !Sync for Channel<Id, F>
impl<Id, F> Unpin for Channel<Id, F>
impl<Id, F> UnwindSafe for Channel<Id, F>where
Id: UnwindSafe,
F: 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