Struct radix_common::prelude::traversal::TupleHeader
source · pub struct TupleHeader {
pub length: usize,
}
Fields§
§length: usize
Trait Implementations§
source§impl Clone for TupleHeader
impl Clone for TupleHeader
source§fn clone(&self) -> TupleHeader
fn clone(&self) -> TupleHeader
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 TupleHeader
impl Debug for TupleHeader
source§impl PartialEq for TupleHeader
impl PartialEq for TupleHeader
source§fn eq(&self, other: &TupleHeader) -> bool
fn eq(&self, other: &TupleHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TupleHeader
impl Eq for TupleHeader
impl StructuralPartialEq for TupleHeader
Auto Trait Implementations§
impl Freeze for TupleHeader
impl RefUnwindSafe for TupleHeader
impl Send for TupleHeader
impl Sync for TupleHeader
impl Unpin for TupleHeader
impl UnwindSafe for TupleHeader
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<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.