pub struct ObjectLength(pub usize);
Expand description
If you don’t need the data itself, just its length.
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for ObjectLength
impl Clone for ObjectLength
Source§fn clone(&self) -> ObjectLength
fn clone(&self) -> ObjectLength
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 ObjectLength
impl Debug for ObjectLength
Source§impl Deref for ObjectLength
impl Deref for ObjectLength
Source§impl DerefMut for ObjectLength
impl DerefMut for ObjectLength
Source§impl Hash for ObjectLength
impl Hash for ObjectLength
Source§impl Ord for ObjectLength
impl Ord for ObjectLength
Source§fn cmp(&self, other: &ObjectLength) -> Ordering
fn cmp(&self, other: &ObjectLength) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ObjectLength
impl PartialEq for ObjectLength
Source§impl PartialOrd for ObjectLength
impl PartialOrd for ObjectLength
Source§impl TableObject for ObjectLength
impl TableObject for ObjectLength
impl Copy for ObjectLength
impl Eq for ObjectLength
impl StructuralPartialEq for ObjectLength
Auto Trait Implementations§
impl Freeze for ObjectLength
impl RefUnwindSafe for ObjectLength
impl Send for ObjectLength
impl Sync for ObjectLength
impl Unpin for ObjectLength
impl UnwindSafe for ObjectLength
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes