pub struct SatisfiableRange {
pub start: u64,
pub end: u64,
}Expand description
Represents a satisfiable inclusive byte range once applied to an entity.
Fields§
§start: u64§end: u64Implementations§
Trait Implementations§
Source§impl Clone for SatisfiableRange
impl Clone for SatisfiableRange
Source§fn clone(&self) -> SatisfiableRange
fn clone(&self) -> SatisfiableRange
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 moreimpl Copy for SatisfiableRange
Source§impl Debug for SatisfiableRange
impl Debug for SatisfiableRange
impl Eq for SatisfiableRange
Source§impl PartialEq for SatisfiableRange
impl PartialEq for SatisfiableRange
impl StructuralPartialEq for SatisfiableRange
Auto Trait Implementations§
impl Freeze for SatisfiableRange
impl RefUnwindSafe for SatisfiableRange
impl Send for SatisfiableRange
impl Sync for SatisfiableRange
impl Unpin for SatisfiableRange
impl UnsafeUnpin for SatisfiableRange
impl UnwindSafe for SatisfiableRange
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