pub struct InferenceStart {
pub job: u64,
pub frontier: Option<BoxId>,
pub attempt: Arc<AtomicU8>,
}Fields§
§job: u64§frontier: Option<BoxId>§attempt: Arc<AtomicU8>Trait Implementations§
Source§impl Clone for InferenceStart
impl Clone for InferenceStart
Auto Trait Implementations§
impl Freeze for InferenceStart
impl RefUnwindSafe for InferenceStart
impl Send for InferenceStart
impl Sync for InferenceStart
impl Unpin for InferenceStart
impl UnsafeUnpin for InferenceStart
impl UnwindSafe for InferenceStart
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