#[repr(u8)]pub enum BoxedTag {
Show 14 variants
Tuple = 16,
Float = 17,
BigInt = 18,
Closure = 19,
Map = 20,
Reference = 21,
Binary = 22,
BinaryBuilder = 23,
MatchContext = 24,
ProcBin = 25,
SubBinary = 26,
FdResource = 27,
ExternalPid = 28,
ExternalReference = 29,
}Expand description
Header tag for a heap boxed value.
Variants§
Tuple = 16
Float = 17
BigInt = 18
Closure = 19
Map = 20
Reference = 21
Binary = 22
BinaryBuilder = 23
MatchContext = 24
ProcBin = 25
SubBinary = 26
FdResource = 27
ExternalPid = 28
ExternalReference = 29
Trait Implementations§
impl Copy for BoxedTag
impl Eq for BoxedTag
impl StructuralPartialEq for BoxedTag
Auto Trait Implementations§
impl Freeze for BoxedTag
impl RefUnwindSafe for BoxedTag
impl Send for BoxedTag
impl Sync for BoxedTag
impl Unpin for BoxedTag
impl UnsafeUnpin for BoxedTag
impl UnwindSafe for BoxedTag
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.