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