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