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