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