pub struct PositiveF64(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PositiveF64
impl Clone for PositiveF64
Source§fn clone(&self) -> PositiveF64
fn clone(&self) -> PositiveF64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PositiveF64
impl Debug for PositiveF64
Source§impl<'de> Deserialize<'de> for PositiveF64
impl<'de> Deserialize<'de> for PositiveF64
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PositiveF64
impl Display for PositiveF64
Source§impl JsonSchema for PositiveF64
impl JsonSchema for PositiveF64
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn json_schema(_generator: &mut SchemaGenerator) -> Schema
fn json_schema(_generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for PositiveF64
impl PartialEq for PositiveF64
Source§impl PartialOrd for PositiveF64
impl PartialOrd for PositiveF64
Source§impl Serialize for PositiveF64
impl Serialize for PositiveF64
impl Copy for PositiveF64
impl StructuralPartialEq for PositiveF64
Auto Trait Implementations§
impl Freeze for PositiveF64
impl RefUnwindSafe for PositiveF64
impl Send for PositiveF64
impl Sync for PositiveF64
impl Unpin for PositiveF64
impl UnwindSafe for PositiveF64
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