pub struct TreeOrdVec(pub Vec<u8>);Expand description
The same as TreeOrdBytes but for an owned Vec<u8>
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for TreeOrdVec
impl Clone for TreeOrdVec
Source§fn clone(&self) -> TreeOrdVec
fn clone(&self) -> TreeOrdVec
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 TreeOrdVec
impl Debug for TreeOrdVec
Source§impl Ord for TreeOrdVec
impl Ord for TreeOrdVec
Source§fn cmp(&self, other: &TreeOrdVec) -> Ordering
fn cmp(&self, other: &TreeOrdVec) -> 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 TreeOrdVec
impl PartialEq for TreeOrdVec
Source§impl PartialOrd for TreeOrdVec
impl PartialOrd for TreeOrdVec
Source§impl TreeOrd for TreeOrdVec
Available on crate feature alloc only.
impl TreeOrd for TreeOrdVec
Available on crate feature
alloc only.impl Eq for TreeOrdVec
impl StructuralPartialEq for TreeOrdVec
Auto Trait Implementations§
impl Freeze for TreeOrdVec
impl RefUnwindSafe for TreeOrdVec
impl Send for TreeOrdVec
impl Sync for TreeOrdVec
impl Unpin for TreeOrdVec
impl UnwindSafe for TreeOrdVec
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