pub(crate) struct RangeU64 {
pub min: u64,
pub max: u64,
}
Expand description
An inclusive range.
Fields§
§min: u64
inclusive
max: u64
inclusive
Implementations§
Trait Implementations§
impl Copy for RangeU64
impl Eq for RangeU64
impl StructuralPartialEq for RangeU64
Auto Trait Implementations§
impl Freeze for RangeU64
impl RefUnwindSafe for RangeU64
impl Send for RangeU64
impl Sync for RangeU64
impl Unpin for RangeU64
impl UnwindSafe for RangeU64
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