pub struct InternedAttrKey(/* private fields */);
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 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 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 for InternedAttrKey
impl PartialEq for InternedAttrKey
impl Copy for InternedAttrKey
impl Eq for InternedAttrKey
impl StructuralPartialEq for InternedAttrKey
Auto Trait Implementations§
impl Freeze for InternedAttrKey
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