pub struct EffectiveNumber {
pub authored: f64,
pub effective: f64,
}Expand description
An authored numeric value paired with its Workshop-effective value.
Fields§
§effective: f64Trait Implementations§
Source§impl Clone for EffectiveNumber
impl Clone for EffectiveNumber
Source§fn clone(&self) -> EffectiveNumber
fn clone(&self) -> EffectiveNumber
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 moreimpl Copy for EffectiveNumber
Source§impl Debug for EffectiveNumber
impl Debug for EffectiveNumber
Source§impl PartialEq for EffectiveNumber
impl PartialEq for EffectiveNumber
Source§impl PartialOrd for EffectiveNumber
impl PartialOrd for EffectiveNumber
impl StructuralPartialEq for EffectiveNumber
Auto Trait Implementations§
impl Freeze for EffectiveNumber
impl RefUnwindSafe for EffectiveNumber
impl Send for EffectiveNumber
impl Sync for EffectiveNumber
impl Unpin for EffectiveNumber
impl UnsafeUnpin for EffectiveNumber
impl UnwindSafe for EffectiveNumber
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