pub struct Workers {
pub hashes_per_round: usize,
pub async_to_sync_queue_size: usize,
pub sync_to_async_queue_size: usize,
pub dataset_chunk_size: u64,
}Fields§
§hashes_per_round: usize§async_to_sync_queue_size: usize§sync_to_async_queue_size: usize§dataset_chunk_size: u64Trait Implementations§
impl Eq for Workers
impl StructuralPartialEq for Workers
Auto Trait Implementations§
impl Freeze for Workers
impl RefUnwindSafe for Workers
impl Send for Workers
impl Sync for Workers
impl Unpin for Workers
impl UnwindSafe for Workers
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