pub struct BlockedStatusReason2 {
pub tx_tp: TransactionType5Choice,
pub blckd: bool,
pub rsn: Option<Vec<BlockedReason2Choice>>,
pub addtl_inf: String,
}Fields§
§tx_tp: TransactionType5Choice§blckd: bool§rsn: Option<Vec<BlockedReason2Choice>>§addtl_inf: StringImplementations§
Source§impl BlockedStatusReason2
impl BlockedStatusReason2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BlockedStatusReason2
impl RefUnwindSafe for BlockedStatusReason2
impl Send for BlockedStatusReason2
impl Sync for BlockedStatusReason2
impl Unpin for BlockedStatusReason2
impl UnwindSafe for BlockedStatusReason2
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