pub enum VoiLogEntry {
Decision(VoiDecision),
Observation(VoiObservation),
}Expand description
Log entry for VOI sampling.
Variants§
Decision(VoiDecision)
Observation(VoiObservation)
Implementations§
Trait Implementations§
Source§impl Clone for VoiLogEntry
impl Clone for VoiLogEntry
Source§fn clone(&self) -> VoiLogEntry
fn clone(&self) -> VoiLogEntry
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 VoiLogEntry
impl RefUnwindSafe for VoiLogEntry
impl Send for VoiLogEntry
impl Sync for VoiLogEntry
impl Unpin for VoiLogEntry
impl UnsafeUnpin for VoiLogEntry
impl UnwindSafe for VoiLogEntry
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