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