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