pub struct PrimePrefixCacheTarget {
pub url: String,
pub rank: u32,
pub http_status: Option<u16>,
pub elapsed_ms: u64,
pub error: Option<String>,
}Expand description
One fanned-out conditioning flow: the prefill replica URL and the pinned data-parallel rank, with the observed status or the failure detail.
Fields§
§url: String§rank: u32§http_status: Option<u16>§elapsed_ms: u64§error: Option<String>Trait Implementations§
Source§impl Debug for PrimePrefixCacheTarget
impl Debug for PrimePrefixCacheTarget
Source§impl<'de> Deserialize<'de> for PrimePrefixCacheTarget
impl<'de> Deserialize<'de> for PrimePrefixCacheTarget
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PrimePrefixCacheTarget
impl RefUnwindSafe for PrimePrefixCacheTarget
impl Send for PrimePrefixCacheTarget
impl Sync for PrimePrefixCacheTarget
impl Unpin for PrimePrefixCacheTarget
impl UnsafeUnpin for PrimePrefixCacheTarget
impl UnwindSafe for PrimePrefixCacheTarget
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