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