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