pub struct PercentageRangeBoundary1 {
pub bdry_rate: f64,
pub incl: bool,
}Fields§
§bdry_rate: f64§incl: boolImplementations§
Source§impl PercentageRangeBoundary1
impl PercentageRangeBoundary1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PercentageRangeBoundary1
impl RefUnwindSafe for PercentageRangeBoundary1
impl Send for PercentageRangeBoundary1
impl Sync for PercentageRangeBoundary1
impl Unpin for PercentageRangeBoundary1
impl UnwindSafe for PercentageRangeBoundary1
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