pub struct OutcomeSignal {
pub fact_id: FactId,
pub reward: f64,
}Expand description
OutcomeSignal data container.
Fields§
§fact_id: FactIdfact_id field for fact id.
reward: f64reward field for reward.
Trait Implementations§
Source§impl Clone for OutcomeSignal
impl Clone for OutcomeSignal
Source§fn clone(&self) -> OutcomeSignal
fn clone(&self) -> OutcomeSignal
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 moreSource§impl Debug for OutcomeSignal
impl Debug for OutcomeSignal
Source§impl PartialEq for OutcomeSignal
impl PartialEq for OutcomeSignal
impl StructuralPartialEq for OutcomeSignal
Auto Trait Implementations§
impl Freeze for OutcomeSignal
impl RefUnwindSafe for OutcomeSignal
impl Send for OutcomeSignal
impl Sync for OutcomeSignal
impl Unpin for OutcomeSignal
impl UnsafeUnpin for OutcomeSignal
impl UnwindSafe for OutcomeSignal
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