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