pub struct BoltFloat {
pub value: f64,
}
Fields§
§value: f64
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for BoltFloat
impl<'de> Deserialize<'de> for BoltFloat
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BoltFloat
impl PartialEq for BoltFloat
impl StructuralPartialEq for BoltFloat
Auto Trait Implementations§
impl RefUnwindSafe for BoltFloat
impl Send for BoltFloat
impl Sync for BoltFloat
impl Unpin for BoltFloat
impl UnwindSafe for BoltFloat
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