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