Struct abstract_core::objects::pool::unique_pool_id::UniquePoolId
source · pub struct UniquePoolId(_);Implementations§
Trait Implementations§
source§impl Clone for UniquePoolId
impl Clone for UniquePoolId
source§fn clone(&self) -> UniquePoolId
fn clone(&self) -> UniquePoolId
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 UniquePoolId
impl Debug for UniquePoolId
source§impl<'de> Deserialize<'de> for UniquePoolId
impl<'de> Deserialize<'de> for UniquePoolId
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 Display for UniquePoolId
impl Display for UniquePoolId
source§impl From<u64> for UniquePoolId
impl From<u64> for UniquePoolId
source§impl IntKey for UniquePoolId
impl IntKey for UniquePoolId
source§impl JsonSchema for UniquePoolId
impl JsonSchema for UniquePoolId
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§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 KeyDeserialize for UniquePoolId
impl KeyDeserialize for UniquePoolId
source§impl Ord for UniquePoolId
impl Ord for UniquePoolId
source§fn cmp(&self, other: &UniquePoolId) -> Ordering
fn cmp(&self, other: &UniquePoolId) -> 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<UniquePoolId> for UniquePoolId
impl PartialEq<UniquePoolId> for UniquePoolId
source§fn eq(&self, other: &UniquePoolId) -> bool
fn eq(&self, other: &UniquePoolId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<UniquePoolId> for UniquePoolId
impl PartialOrd<UniquePoolId> for UniquePoolId
source§fn partial_cmp(&self, other: &UniquePoolId) -> Option<Ordering>
fn partial_cmp(&self, other: &UniquePoolId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<'a> Prefixer<'a> for UniquePoolId
impl<'a> Prefixer<'a> for UniquePoolId
source§impl<'a> PrimaryKey<'a> for UniquePoolId
impl<'a> PrimaryKey<'a> for UniquePoolId
§type Prefix = ()
type Prefix = ()
These associated types need to implement
Prefixer, so that they can be useful arguments
for prefix(), sub_prefix(), and their key-deserializable variants.type SubPrefix = ()
§type Suffix = UniquePoolId
type Suffix = UniquePoolId
These associated types need to implement
KeyDeserialize, so that they can be returned from
range_de() and friends.