pub struct ReservationIdentification4 {
pub rsvatn_id: Option<String>,
pub sys_id: Option<SystemIdentification2Choice>,
pub tp: ReservationType2Choice,
pub acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>,
pub acct_id: Option<AccountIdentification4Choice>,
}Fields§
§rsvatn_id: Option<String>§sys_id: Option<SystemIdentification2Choice>§tp: ReservationType2Choice§acct_ownr: Option<BranchAndFinancialInstitutionIdentification8>§acct_id: Option<AccountIdentification4Choice>Implementations§
Source§impl ReservationIdentification4
impl ReservationIdentification4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReservationIdentification4
impl RefUnwindSafe for ReservationIdentification4
impl Send for ReservationIdentification4
impl Sync for ReservationIdentification4
impl Unpin for ReservationIdentification4
impl UnwindSafe for ReservationIdentification4
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