pub struct ArangeEntry { /* private fields */ }Expand description
A single parsed arange.
Implementations§
Trait Implementations§
Source§impl Clone for ArangeEntry
 
impl Clone for ArangeEntry
Source§fn clone(&self) -> ArangeEntry
 
fn clone(&self) -> ArangeEntry
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 ArangeEntry
 
impl Debug for ArangeEntry
Source§impl Ord for ArangeEntry
 
impl Ord for ArangeEntry
Source§fn cmp(&self, other: &ArangeEntry) -> Ordering
 
fn cmp(&self, other: &ArangeEntry) -> 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 ArangeEntry
 
impl PartialEq for ArangeEntry
Source§impl PartialOrd for ArangeEntry
 
impl PartialOrd for ArangeEntry
impl Eq for ArangeEntry
impl StructuralPartialEq for ArangeEntry
Auto Trait Implementations§
impl Freeze for ArangeEntry
impl RefUnwindSafe for ArangeEntry
impl Send for ArangeEntry
impl Sync for ArangeEntry
impl Unpin for ArangeEntry
impl UnwindSafe for ArangeEntry
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