pub struct UnitRange {
pub min: Option<i16>,
pub max: Option<i16>,
}Fields§
§min: Option<i16>§max: Option<i16>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnitRange
impl RefUnwindSafe for UnitRange
impl Send for UnitRange
impl Sync for UnitRange
impl Unpin for UnitRange
impl UnwindSafe for UnitRange
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