pub struct AttributeId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for AttributeId
impl Clone for AttributeId
Source§fn clone(&self) -> AttributeId
fn clone(&self) -> AttributeId
Returns a duplicate 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 AttributeId
impl Debug for AttributeId
Source§impl Default for AttributeId
impl Default for AttributeId
Source§fn default() -> AttributeId
fn default() -> AttributeId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttributeId
impl<'de> Deserialize<'de> for AttributeId
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 AttributeId
impl Display for AttributeId
Source§impl Hash for AttributeId
impl Hash for AttributeId
Source§impl Ord for AttributeId
impl Ord for AttributeId
Source§fn cmp(&self, other: &AttributeId) -> Ordering
fn cmp(&self, other: &AttributeId) -> 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 AttributeId
impl PartialEq for AttributeId
Source§impl PartialOrd for AttributeId
impl PartialOrd for AttributeId
Source§impl Serialize for AttributeId
impl Serialize for AttributeId
impl Copy for AttributeId
impl Eq for AttributeId
impl StructuralPartialEq for AttributeId
Auto Trait Implementations§
impl Freeze for AttributeId
impl RefUnwindSafe for AttributeId
impl Send for AttributeId
impl Sync for AttributeId
impl Unpin for AttributeId
impl UnwindSafe for AttributeId
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