pub struct Channel<T: Sized, const N: usize, const TN: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, const N: usize, const TN: usize> !Freeze for Channel<T, N, TN>
impl<T, const N: usize, const TN: usize> !RefUnwindSafe for Channel<T, N, TN>
impl<T, const N: usize, const TN: usize> !Send for Channel<T, N, TN>
impl<T, const N: usize, const TN: usize> !Sync for Channel<T, N, TN>
impl<T, const N: usize, const TN: usize> Unpin for Channel<T, N, TN>where
T: Unpin,
impl<T, const N: usize, const TN: usize> !UnwindSafe for Channel<T, N, TN>
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