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