pub struct AutonomyOutcomeSplit {
pub missions: u64,
pub zero_intervention: u64,
pub zero_intervention_share: Option<f64>,
}Expand description
One outcome arm of the autonomy split.
Fields§
§missions: u64§zero_intervention: u64None when the arm has no missions.
Trait Implementations§
Source§impl Clone for AutonomyOutcomeSplit
impl Clone for AutonomyOutcomeSplit
Source§fn clone(&self) -> AutonomyOutcomeSplit
fn clone(&self) -> AutonomyOutcomeSplit
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 moreSource§impl Debug for AutonomyOutcomeSplit
impl Debug for AutonomyOutcomeSplit
Source§impl<'de> Deserialize<'de> for AutonomyOutcomeSplit
impl<'de> Deserialize<'de> for AutonomyOutcomeSplit
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
Source§impl PartialEq for AutonomyOutcomeSplit
impl PartialEq for AutonomyOutcomeSplit
Source§impl Serialize for AutonomyOutcomeSplit
impl Serialize for AutonomyOutcomeSplit
impl StructuralPartialEq for AutonomyOutcomeSplit
Auto Trait Implementations§
impl Freeze for AutonomyOutcomeSplit
impl RefUnwindSafe for AutonomyOutcomeSplit
impl Send for AutonomyOutcomeSplit
impl Sync for AutonomyOutcomeSplit
impl Unpin for AutonomyOutcomeSplit
impl UnsafeUnpin for AutonomyOutcomeSplit
impl UnwindSafe for AutonomyOutcomeSplit
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