Struct modality_ingest_protocol::InternedAttrKey
source · [−]#[repr(transparent)]pub struct InternedAttrKey(_);Expand description
The numeric representation of an AttrKey after it has been declared on a connection.
Trait Implementations
sourceimpl Clone for InternedAttrKey
impl Clone for InternedAttrKey
sourcefn clone(&self) -> InternedAttrKey
fn clone(&self) -> InternedAttrKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InternedAttrKey
impl Debug for InternedAttrKey
sourceimpl<'b> Decode<'b> for InternedAttrKey
impl<'b> Decode<'b> for InternedAttrKey
sourceimpl Encode for InternedAttrKey
impl Encode for InternedAttrKey
sourceimpl From<InternedAttrKey> for u32
impl From<InternedAttrKey> for u32
sourcefn from(i: InternedAttrKey) -> u32
fn from(i: InternedAttrKey) -> u32
Converts to this type from the input type.
sourceimpl From<u32> for InternedAttrKey
impl From<u32> for InternedAttrKey
sourceimpl Hash for InternedAttrKey
impl Hash for InternedAttrKey
sourceimpl PartialEq<InternedAttrKey> for InternedAttrKey
impl PartialEq<InternedAttrKey> for InternedAttrKey
sourcefn 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 ==. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more