pub struct TripartyCollateralAndAmount1 {
pub trpty: ActiveCurrencyAndAmount,
pub coll_tp: CollateralType22Choice,
}Fields§
§trpty: ActiveCurrencyAndAmount§coll_tp: CollateralType22ChoiceImplementations§
Source§impl TripartyCollateralAndAmount1
impl TripartyCollateralAndAmount1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TripartyCollateralAndAmount1
impl RefUnwindSafe for TripartyCollateralAndAmount1
impl Send for TripartyCollateralAndAmount1
impl Sync for TripartyCollateralAndAmount1
impl Unpin for TripartyCollateralAndAmount1
impl UnwindSafe for TripartyCollateralAndAmount1
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