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