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