pub struct PercentageRange1Choice {
pub fr: Option<PercentageRangeBoundary1>,
pub to: Option<PercentageRangeBoundary1>,
pub fr_to: Option<FromToPercentageRange1>,
pub eq: Option<f64>,
pub neq: Option<f64>,
}Fields§
§fr: Option<PercentageRangeBoundary1>§to: Option<PercentageRangeBoundary1>§fr_to: Option<FromToPercentageRange1>§eq: Option<f64>§neq: Option<f64>Implementations§
Source§impl PercentageRange1Choice
impl PercentageRange1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PercentageRange1Choice
impl RefUnwindSafe for PercentageRange1Choice
impl Send for PercentageRange1Choice
impl Sync for PercentageRange1Choice
impl Unpin for PercentageRange1Choice
impl UnwindSafe for PercentageRange1Choice
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