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