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
Source§fn clone(&self) -> InferenceStart
fn clone(&self) -> InferenceStart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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