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