pub struct RelativeRange(/* private fields */);Expand description
A checked relative byte range within one containing record.
Implementations§
Trait Implementations§
Source§impl Clone for RelativeRange
impl Clone for RelativeRange
Source§fn clone(&self) -> RelativeRange
fn clone(&self) -> RelativeRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelativeRange
impl Debug for RelativeRange
impl Eq for RelativeRange
Source§impl PartialEq for RelativeRange
impl PartialEq for RelativeRange
impl StructuralPartialEq for RelativeRange
Auto Trait Implementations§
impl Freeze for RelativeRange
impl RefUnwindSafe for RelativeRange
impl Send for RelativeRange
impl Sync for RelativeRange
impl Unpin for RelativeRange
impl UnsafeUnpin for RelativeRange
impl UnwindSafe for RelativeRange
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