pub struct ObjectRange {
pub start: u64,
pub end: u64,
}
Fields§
§start: u64
§end: u64
Implementations§
Trait Implementations§
Source§impl Clone for ObjectRange
impl Clone for ObjectRange
Source§fn clone(&self) -> ObjectRange
fn clone(&self) -> ObjectRange
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 ObjectRange
impl Debug for ObjectRange
Source§impl Ord for ObjectRange
impl Ord for ObjectRange
Source§fn cmp(&self, other: &ObjectRange) -> Ordering
fn cmp(&self, other: &ObjectRange) -> 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 ObjectRange
impl PartialEq for ObjectRange
Source§impl PartialOrd for ObjectRange
impl PartialOrd for ObjectRange
impl Copy for ObjectRange
impl Eq for ObjectRange
impl StructuralPartialEq for ObjectRange
Auto Trait Implementations§
impl Freeze for ObjectRange
impl ObjSafe for ObjectRange
impl RefUnwindSafe for ObjectRange
impl Send for ObjectRange
impl Sync for ObjectRange
impl Unpin for ObjectRange
impl UnwindSafe for ObjectRange
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