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