pub struct Numrange {
pub start: Numbound,
pub end: Numbound,
}
Fields§
§start: Numbound
§end: Numbound
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Numrange
impl RefUnwindSafe for Numrange
impl Send for Numrange
impl Sync for Numrange
impl Unpin for Numrange
impl UnwindSafe for Numrange
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