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