#[repr(transparent)]pub struct InternedAttrKey(_);Expand description
The numeric representation of an AttrKey after it has been declared on a connection.
Trait Implementations§
source§impl Clone for InternedAttrKey
impl Clone for InternedAttrKey
source§fn clone(&self) -> InternedAttrKey
fn clone(&self) -> InternedAttrKey
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 InternedAttrKey
impl Debug for InternedAttrKey
source§impl<'b> Decode<'b> for InternedAttrKey
impl<'b> Decode<'b> for InternedAttrKey
source§impl Encode for InternedAttrKey
impl Encode for InternedAttrKey
source§impl From<InternedAttrKey> for u32
impl From<InternedAttrKey> for u32
source§fn from(i: InternedAttrKey) -> u32
fn from(i: InternedAttrKey) -> u32
Converts to this type from the input type.
source§impl From<u32> for InternedAttrKey
impl From<u32> for InternedAttrKey
source§impl Hash for InternedAttrKey
impl Hash for InternedAttrKey
source§impl PartialEq<InternedAttrKey> for InternedAttrKey
impl PartialEq<InternedAttrKey> for InternedAttrKey
source§fn eq(&self, other: &InternedAttrKey) -> bool
fn eq(&self, other: &InternedAttrKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.