pub enum ContextThrottleUpdate {
Injected {
key: String,
step: usize,
content_hash: u64,
},
}Expand description
Update for the context throttle state.
Variants§
Injected
Record that a key was injected at a given step with a content hash.
Auto Trait Implementations§
impl Freeze for ContextThrottleUpdate
impl RefUnwindSafe for ContextThrottleUpdate
impl Send for ContextThrottleUpdate
impl Sync for ContextThrottleUpdate
impl Unpin for ContextThrottleUpdate
impl UnsafeUnpin for ContextThrottleUpdate
impl UnwindSafe for ContextThrottleUpdate
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