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