pub struct FiniteF64(/* private fields */);Expand description
Deterministic JSON-like attribute value for graph extensions.
The graph core keeps attributes typed enough to preserve booleans, numeric counters, nested ranges, and arrays without taking a JSON runtime dependency.
Implementations§
Trait Implementations§
impl Copy for FiniteF64
Source§impl<'de> Deserialize<'de> for FiniteF64
impl<'de> Deserialize<'de> for FiniteF64
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
impl Eq for FiniteF64
Source§impl Ord for FiniteF64
impl Ord for FiniteF64
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for FiniteF64
impl RefUnwindSafe for FiniteF64
impl Send for FiniteF64
impl Sync for FiniteF64
impl Unpin for FiniteF64
impl UnsafeUnpin for FiniteF64
impl UnwindSafe for FiniteF64
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