pub struct PositiveI64(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PositiveI64
impl Clone for PositiveI64
Source§fn clone(&self) -> PositiveI64
fn clone(&self) -> PositiveI64
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 PositiveI64
impl Debug for PositiveI64
Source§impl<'de> Deserialize<'de> for PositiveI64
impl<'de> Deserialize<'de> for PositiveI64
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 PositiveI64
impl Display for PositiveI64
Source§impl Hash for PositiveI64
impl Hash for PositiveI64
Source§impl JsonSchema for PositiveI64
impl JsonSchema for PositiveI64
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 Ord for PositiveI64
impl Ord for PositiveI64
Source§fn cmp(&self, other: &PositiveI64) -> Ordering
fn cmp(&self, other: &PositiveI64) -> Ordering
1.21.0 · 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
Source§impl PartialEq for PositiveI64
impl PartialEq for PositiveI64
Source§impl PartialOrd for PositiveI64
impl PartialOrd for PositiveI64
Source§impl Serialize for PositiveI64
impl Serialize for PositiveI64
impl Copy for PositiveI64
impl Eq for PositiveI64
impl StructuralPartialEq for PositiveI64
Auto Trait Implementations§
impl Freeze for PositiveI64
impl RefUnwindSafe for PositiveI64
impl Send for PositiveI64
impl Sync for PositiveI64
impl Unpin for PositiveI64
impl UnwindSafe for PositiveI64
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more