pub struct ExecutorPrefillAdmissionReceipt {
pub request_id: RequestId,
}Expand description
Scheduler-visible proof that an executor retained request and sequence authority for future scheduler-owned prefill chunks.
Fields§
§request_id: RequestIdTrait Implementations§
Source§impl Clone for ExecutorPrefillAdmissionReceipt
impl Clone for ExecutorPrefillAdmissionReceipt
Source§fn clone(&self) -> ExecutorPrefillAdmissionReceipt
fn clone(&self) -> ExecutorPrefillAdmissionReceipt
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 moreimpl Eq for ExecutorPrefillAdmissionReceipt
impl StructuralPartialEq for ExecutorPrefillAdmissionReceipt
Auto Trait Implementations§
impl Freeze for ExecutorPrefillAdmissionReceipt
impl RefUnwindSafe for ExecutorPrefillAdmissionReceipt
impl Send for ExecutorPrefillAdmissionReceipt
impl Sync for ExecutorPrefillAdmissionReceipt
impl Unpin for ExecutorPrefillAdmissionReceipt
impl UnsafeUnpin for ExecutorPrefillAdmissionReceipt
impl UnwindSafe for ExecutorPrefillAdmissionReceipt
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