pub struct MultipleOf {
pub number: f64,
}
Fields§
§number: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultipleOf
impl RefUnwindSafe for MultipleOf
impl Send for MultipleOf
impl Sync for MultipleOf
impl Unpin for MultipleOf
impl UnwindSafe for MultipleOf
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