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