pub struct BroadcastState { /* private fields */ }Expand description
Broadcast state (shared across all parallel instances).
Implementations§
Trait Implementations§
Source§impl Default for BroadcastState
impl Default for BroadcastState
Auto Trait Implementations§
impl Freeze for BroadcastState
impl !RefUnwindSafe for BroadcastState
impl Send for BroadcastState
impl Sync for BroadcastState
impl Unpin for BroadcastState
impl UnsafeUnpin for BroadcastState
impl !UnwindSafe for BroadcastState
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