pub struct PropertyKeyId(/* private fields */);Expand description
Stable catalog property-key identifier.
§Performance
Copying, comparing, ordering, and hashing are O(1).
Implementations§
Trait Implementations§
Source§impl Clone for PropertyKeyId
impl Clone for PropertyKeyId
Source§fn clone(&self) -> PropertyKeyId
fn clone(&self) -> PropertyKeyId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PropertyKeyId
Source§impl Debug for PropertyKeyId
impl Debug for PropertyKeyId
Source§impl<'de> Deserialize<'de> for PropertyKeyId
impl<'de> Deserialize<'de> for PropertyKeyId
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 PropertyKeyId
impl Display for PropertyKeyId
impl Eq for PropertyKeyId
Source§impl Hash for PropertyKeyId
impl Hash for PropertyKeyId
Source§impl Ord for PropertyKeyId
impl Ord for PropertyKeyId
Source§fn cmp(&self, other: &PropertyKeyId) -> Ordering
fn cmp(&self, other: &PropertyKeyId) -> Ordering
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
Source§impl PartialEq for PropertyKeyId
impl PartialEq for PropertyKeyId
Source§fn eq(&self, other: &PropertyKeyId) -> bool
fn eq(&self, other: &PropertyKeyId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyKeyId
impl PartialOrd for PropertyKeyId
Source§impl Serialize for PropertyKeyId
impl Serialize for PropertyKeyId
impl StructuralPartialEq for PropertyKeyId
Auto Trait Implementations§
impl Freeze for PropertyKeyId
impl RefUnwindSafe for PropertyKeyId
impl Send for PropertyKeyId
impl Sync for PropertyKeyId
impl Unpin for PropertyKeyId
impl UnsafeUnpin for PropertyKeyId
impl UnwindSafe for PropertyKeyId
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