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