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>
Trait Implementations§
Source§impl Clone for BalanceType13
impl Clone for BalanceType13
Source§fn clone(&self) -> BalanceType13
fn clone(&self) -> BalanceType13
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BalanceType13
impl Debug for BalanceType13
Source§impl Default for BalanceType13
impl Default for BalanceType13
Source§fn default() -> BalanceType13
fn default() -> BalanceType13
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BalanceType13
impl<'de> Deserialize<'de> for BalanceType13
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BalanceType13
impl PartialEq for BalanceType13
Source§impl Serialize for BalanceType13
impl Serialize for BalanceType13
impl StructuralPartialEq for BalanceType13
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