struct SingleFloat {
single_float: f64,
}Expand description
Struct is used to retrieve a single float value from the SQL database.
Fields§
§single_float: f64Auto Trait Implementations§
impl Freeze for SingleFloat
impl RefUnwindSafe for SingleFloat
impl Send for SingleFloat
impl Sync for SingleFloat
impl Unpin for SingleFloat
impl UnwindSafe for SingleFloat
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