pub enum LiveHandoffEvent {
SourceHeld {
transfer_timing: HandoffTransferTiming,
},
DestinationReserved {
transferable_prompt_tokens: usize,
},
}Expand description
Scheduler lifecycle events normalized for a registered disaggregated handoff.
Variants§
Trait Implementations§
Source§impl Clone for LiveHandoffEvent
impl Clone for LiveHandoffEvent
Source§fn clone(&self) -> LiveHandoffEvent
fn clone(&self) -> LiveHandoffEvent
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 Copy for LiveHandoffEvent
Source§impl Debug for LiveHandoffEvent
impl Debug for LiveHandoffEvent
Source§impl PartialEq for LiveHandoffEvent
impl PartialEq for LiveHandoffEvent
impl StructuralPartialEq for LiveHandoffEvent
Auto Trait Implementations§
impl Freeze for LiveHandoffEvent
impl RefUnwindSafe for LiveHandoffEvent
impl Send for LiveHandoffEvent
impl Sync for LiveHandoffEvent
impl Unpin for LiveHandoffEvent
impl UnsafeUnpin for LiveHandoffEvent
impl UnwindSafe for LiveHandoffEvent
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