pub struct NoulView {
pub noul: f64,
}Expand description
Borrowed view of a Noul answer.
Fields§
§noul: f64Probability of yes, in [0, 1].
Trait Implementations§
impl Copy for NoulView
impl StructuralPartialEq for NoulView
Auto Trait Implementations§
impl Freeze for NoulView
impl RefUnwindSafe for NoulView
impl Send for NoulView
impl Sync for NoulView
impl Unpin for NoulView
impl UnsafeUnpin for NoulView
impl UnwindSafe for NoulView
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