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