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