pub struct ConformalSnapshot {
pub bucket_key: String,
pub sample_count: usize,
pub upper_us: f64,
pub risk: bool,
}Expand description
Conformal evidence snapshot for budget decisions.
Fields§
§bucket_key: String§sample_count: usize§upper_us: f64§risk: boolTrait Implementations§
Source§impl Clone for ConformalSnapshot
impl Clone for ConformalSnapshot
Source§fn clone(&self) -> ConformalSnapshot
fn clone(&self) -> ConformalSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConformalSnapshot
impl RefUnwindSafe for ConformalSnapshot
impl Send for ConformalSnapshot
impl Sync for ConformalSnapshot
impl Unpin for ConformalSnapshot
impl UnsafeUnpin for ConformalSnapshot
impl UnwindSafe for ConformalSnapshot
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