pub struct AFF {
pub aff_1_set_id: String,
pub aff_2_professional_organization: String,
pub aff_2_professional_organization_address: Option<String>,
pub aff_2_professional_organization_affiliation_date_range: Option<Vec<String>>,
pub aff_2_professional_affiliation_additional_information: Option<String>,
}Fields§
§aff_1_set_id: String§aff_2_professional_organization: String§aff_2_professional_organization_address: Option<String>§aff_2_professional_organization_affiliation_date_range: Option<Vec<String>>§aff_2_professional_affiliation_additional_information: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for AFF
impl<'de> Deserialize<'de> for AFF
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AFF
Auto Trait Implementations§
impl Freeze for AFF
impl RefUnwindSafe for AFF
impl Send for AFF
impl Sync for AFF
impl Unpin for AFF
impl UnwindSafe for AFF
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