pub struct HopRange {
pub min: i32,
pub max: i32,
}Fields§
§min: i32§max: i32Trait Implementations§
impl Copy for HopRange
impl StructuralPartialEq for HopRange
Auto Trait Implementations§
impl Freeze for HopRange
impl RefUnwindSafe for HopRange
impl Send for HopRange
impl Sync for HopRange
impl Unpin for HopRange
impl UnsafeUnpin for HopRange
impl UnwindSafe for HopRange
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