pub struct ExpectedUtility(pub f64, pub f64);Tuple Fields§
§0: f64§1: f64Trait Implementations§
Source§impl Add for ExpectedUtility
impl Add for ExpectedUtility
Source§type Output = ExpectedUtility
type Output = ExpectedUtility
The resulting type after applying the
+ operator.Source§impl BBRing for ExpectedUtility
impl BBRing for ExpectedUtility
fn choose(&self, arg: &ExpectedUtility) -> ExpectedUtility
Source§impl BBSemiring for ExpectedUtility
impl BBSemiring for ExpectedUtility
fn choose(&self, arg: &ExpectedUtility) -> ExpectedUtility
Source§impl Clone for ExpectedUtility
impl Clone for ExpectedUtility
Source§fn clone(&self) -> ExpectedUtility
fn clone(&self) -> ExpectedUtility
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 ExpectedUtility
impl Debug for ExpectedUtility
Source§impl Display for ExpectedUtility
impl Display for ExpectedUtility
Source§impl JoinSemilattice for ExpectedUtility
impl JoinSemilattice for ExpectedUtility
Source§impl MeetSemilattice for ExpectedUtility
impl MeetSemilattice for ExpectedUtility
Source§impl Mul for ExpectedUtility
impl Mul for ExpectedUtility
Source§type Output = ExpectedUtility
type Output = ExpectedUtility
The resulting type after applying the
* operator.Source§impl PartialEq for ExpectedUtility
impl PartialEq for ExpectedUtility
Source§impl PartialOrd for ExpectedUtility
impl PartialOrd for ExpectedUtility
Source§impl Sub for ExpectedUtility
impl Sub for ExpectedUtility
Source§type Output = ExpectedUtility
type Output = ExpectedUtility
The resulting type after applying the
- operator.impl Copy for ExpectedUtility
impl EdgeboundingRing for ExpectedUtility
impl Lattice for ExpectedUtility
impl Ring for ExpectedUtility
impl StructuralPartialEq for ExpectedUtility
Auto Trait Implementations§
impl Freeze for ExpectedUtility
impl RefUnwindSafe for ExpectedUtility
impl Send for ExpectedUtility
impl Sync for ExpectedUtility
impl Unpin for ExpectedUtility
impl UnwindSafe for ExpectedUtility
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