Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Stability bucket assigned to a prompt block.
StableStable
The block is highly consistent across observations.
SemiStableSemiStable
The block is somewhat consistent but still changes meaningfully.
VariableVariable
The block changes enough that it should be treated as variable.
impl Clone for StabilityClassimpl Clone for StabilityClass
clonefn clone(&self) -> StabilityClass
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for StabilityClassimpl Debug for StabilityClass
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for StabilityClassimpl<'de> Deserialize<'de> for StabilityClass
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for StabilityClassimpl Hash for StabilityClass
hashfn hash<__H: Hasher>(&self, state: &mut __H)
hash_slicefn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Self: Sized,
impl PartialEq for StabilityClassimpl PartialEq for StabilityClass
eqfn eq(&self, other: &StabilityClass) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for StabilityClassimpl Serialize for StabilityClass
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for StabilityClassimpl Copy for StabilityClass
impl Eq for StabilityClassimpl Eq for StabilityClass
impl StructuralPartialEq for StabilityClassimpl StructuralPartialEq for StabilityClass