#[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 ==
.impl Copy for InternedAttrKey
impl Eq for InternedAttrKey
impl StructuralEq for InternedAttrKey
impl StructuralPartialEq for InternedAttrKey
Auto Trait Implementations§
impl RefUnwindSafe for InternedAttrKey
impl Send for InternedAttrKey
impl Sync for InternedAttrKey
impl Unpin for InternedAttrKey
impl UnwindSafe for InternedAttrKey
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