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