pub struct SegmentRef(/* private fields */);Expand description
Table index
Implementations§
Source§impl SegmentRef
impl SegmentRef
Trait Implementations§
Source§impl Clone for SegmentRef
impl Clone for SegmentRef
Source§fn clone(&self) -> SegmentRef
fn clone(&self) -> SegmentRef
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 SegmentRef
impl Debug for SegmentRef
Source§impl From<usize> for SegmentRef
impl From<usize> for SegmentRef
Source§fn from(i: usize) -> SegmentRef
fn from(i: usize) -> SegmentRef
Converts to this type from the input type.
Source§impl Hash for SegmentRef
impl Hash for SegmentRef
Source§impl Into<usize> for SegmentRef
impl Into<usize> for SegmentRef
Source§impl Ord for SegmentRef
impl Ord for SegmentRef
Source§fn cmp(&self, other: &SegmentRef) -> Ordering
fn cmp(&self, other: &SegmentRef) -> 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 SegmentRef
impl PartialEq for SegmentRef
Source§impl PartialOrd for SegmentRef
impl PartialOrd for SegmentRef
impl Copy for SegmentRef
impl Eq for SegmentRef
impl StructuralPartialEq for SegmentRef
Auto Trait Implementations§
impl Freeze for SegmentRef
impl RefUnwindSafe for SegmentRef
impl Send for SegmentRef
impl Sync for SegmentRef
impl Unpin for SegmentRef
impl UnwindSafe for SegmentRef
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.