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