pub struct Distrib {
pub client_id: String,
pub take_from: String,
pub start_at: usize,
pub n_jobs: usize,
pub done: bool,
}Fields§
§client_id: String§take_from: String§start_at: usize§n_jobs: usize§done: boolAuto Trait Implementations§
impl Freeze for Distrib
impl RefUnwindSafe for Distrib
impl Send for Distrib
impl Sync for Distrib
impl Unpin for Distrib
impl UnwindSafe for Distrib
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