pub struct CdcpmdRecord {
Show 29 fields pub cvd_collection_date: Vec<CvdCollectionDateProperty>, pub cvd_facility_county: Vec<CvdFacilityCountyProperty>, pub cvd_facility_id: Vec<CvdFacilityIdProperty>, pub cvd_num_beds: Vec<CvdNumBedsProperty>, pub cvd_num_beds_occ: Vec<CvdNumBedsOccProperty>, pub cvd_num_c_19_died: Vec<CvdNumC19DiedProperty>, pub cvd_num_c_19_ho_pats: Vec<CvdNumC19HoPatsProperty>, pub cvd_num_c_19_hosp_pats: Vec<CvdNumC19HospPatsProperty>, pub cvd_num_c_19_mech_vent_pats: Vec<CvdNumC19MechVentPatsProperty>, pub cvd_num_c_19_of_mech_vent_pats: Vec<CvdNumC19OfMechVentPatsProperty>, pub cvd_num_c_19_overflow_pats: Vec<CvdNumC19OverflowPatsProperty>, pub cvd_num_icu_beds: Vec<CvdNumIcuBedsProperty>, pub cvd_num_icu_beds_occ: Vec<CvdNumIcuBedsOccProperty>, pub cvd_num_tot_beds: Vec<CvdNumTotBedsProperty>, pub cvd_num_vent: Vec<CvdNumVentProperty>, pub cvd_num_vent_use: Vec<CvdNumVentUseProperty>, pub date_posted: Vec<DatePostedProperty>, pub additional_type: Vec<AdditionalTypeProperty>, pub alternate_name: Vec<AlternateNameProperty>, pub description: Vec<DescriptionProperty>, pub disambiguating_description: Vec<DisambiguatingDescriptionProperty>, pub identifier: Vec<IdentifierProperty>, pub image: Vec<ImageProperty>, pub main_entity_of_page: Vec<MainEntityOfPageProperty>, pub name: Vec<NameProperty>, pub potential_action: Vec<PotentialActionProperty>, pub same_as: Vec<SameAsProperty>, pub subject_of: Vec<SubjectOfProperty>, pub url: Vec<UrlProperty>,
}
Expand description

Fields§

§cvd_collection_date: Vec<CvdCollectionDateProperty>§cvd_facility_county: Vec<CvdFacilityCountyProperty>§cvd_facility_id: Vec<CvdFacilityIdProperty>§cvd_num_beds: Vec<CvdNumBedsProperty>§cvd_num_beds_occ: Vec<CvdNumBedsOccProperty>§cvd_num_c_19_died: Vec<CvdNumC19DiedProperty>§cvd_num_c_19_ho_pats: Vec<CvdNumC19HoPatsProperty>§cvd_num_c_19_hosp_pats: Vec<CvdNumC19HospPatsProperty>§cvd_num_c_19_mech_vent_pats: Vec<CvdNumC19MechVentPatsProperty>§cvd_num_c_19_of_mech_vent_pats: Vec<CvdNumC19OfMechVentPatsProperty>§cvd_num_c_19_overflow_pats: Vec<CvdNumC19OverflowPatsProperty>§cvd_num_icu_beds: Vec<CvdNumIcuBedsProperty>§cvd_num_icu_beds_occ: Vec<CvdNumIcuBedsOccProperty>§cvd_num_tot_beds: Vec<CvdNumTotBedsProperty>§cvd_num_vent: Vec<CvdNumVentProperty>§cvd_num_vent_use: Vec<CvdNumVentUseProperty>§date_posted: Vec<DatePostedProperty>§additional_type: Vec<AdditionalTypeProperty>§alternate_name: Vec<AlternateNameProperty>§description: Vec<DescriptionProperty>§disambiguating_description: Vec<DisambiguatingDescriptionProperty>§identifier: Vec<IdentifierProperty>§image: Vec<ImageProperty>§main_entity_of_page: Vec<MainEntityOfPageProperty>§name: Vec<NameProperty>§potential_action: Vec<PotentialActionProperty>§same_as: Vec<SameAsProperty>§subject_of: Vec<SubjectOfProperty>§url: Vec<UrlProperty>

Trait Implementations§

source§

impl CdcpmdRecordTrait for CdcpmdRecord

source§

fn get_cvd_collection_date(&self) -> &[CvdCollectionDateProperty]

Get https://schema.org/cvdCollectionDate from Self as borrowed slice.
source§

fn take_cvd_collection_date(&mut self) -> Vec<CvdCollectionDateProperty>

Take https://schema.org/cvdCollectionDate from Self as owned vector.
source§

fn get_cvd_facility_county(&self) -> &[CvdFacilityCountyProperty]

Get https://schema.org/cvdFacilityCounty from Self as borrowed slice.
source§

fn take_cvd_facility_county(&mut self) -> Vec<CvdFacilityCountyProperty>

Take https://schema.org/cvdFacilityCounty from Self as owned vector.
source§

fn get_cvd_facility_id(&self) -> &[CvdFacilityIdProperty]

Get https://schema.org/cvdFacilityId from Self as borrowed slice.
source§

fn take_cvd_facility_id(&mut self) -> Vec<CvdFacilityIdProperty>

Take https://schema.org/cvdFacilityId from Self as owned vector.
source§

fn get_cvd_num_beds(&self) -> &[CvdNumBedsProperty]

Get https://schema.org/cvdNumBeds from Self as borrowed slice.
source§

fn take_cvd_num_beds(&mut self) -> Vec<CvdNumBedsProperty>

Take https://schema.org/cvdNumBeds from Self as owned vector.
source§

fn get_cvd_num_beds_occ(&self) -> &[CvdNumBedsOccProperty]

Get https://schema.org/cvdNumBedsOcc from Self as borrowed slice.
source§

fn take_cvd_num_beds_occ(&mut self) -> Vec<CvdNumBedsOccProperty>

Take https://schema.org/cvdNumBedsOcc from Self as owned vector.
source§

fn get_cvd_num_c_19_died(&self) -> &[CvdNumC19DiedProperty]

Get https://schema.org/cvdNumC19Died from Self as borrowed slice.
source§

fn take_cvd_num_c_19_died(&mut self) -> Vec<CvdNumC19DiedProperty>

Take https://schema.org/cvdNumC19Died from Self as owned vector.
source§

fn get_cvd_num_c_19_ho_pats(&self) -> &[CvdNumC19HoPatsProperty]

Get https://schema.org/cvdNumC19HOPats from Self as borrowed slice.
source§

fn take_cvd_num_c_19_ho_pats(&mut self) -> Vec<CvdNumC19HoPatsProperty>

Take https://schema.org/cvdNumC19HOPats from Self as owned vector.
source§

fn get_cvd_num_c_19_hosp_pats(&self) -> &[CvdNumC19HospPatsProperty]

Get https://schema.org/cvdNumC19HospPats from Self as borrowed slice.
source§

fn take_cvd_num_c_19_hosp_pats(&mut self) -> Vec<CvdNumC19HospPatsProperty>

Take https://schema.org/cvdNumC19HospPats from Self as owned vector.
source§

fn get_cvd_num_c_19_mech_vent_pats(&self) -> &[CvdNumC19MechVentPatsProperty]

source§

fn take_cvd_num_c_19_mech_vent_pats( &mut self ) -> Vec<CvdNumC19MechVentPatsProperty>

source§

fn get_cvd_num_c_19_of_mech_vent_pats( &self ) -> &[CvdNumC19OfMechVentPatsProperty]

source§

fn take_cvd_num_c_19_of_mech_vent_pats( &mut self ) -> Vec<CvdNumC19OfMechVentPatsProperty>

source§

fn get_cvd_num_c_19_overflow_pats(&self) -> &[CvdNumC19OverflowPatsProperty]

source§

fn take_cvd_num_c_19_overflow_pats( &mut self ) -> Vec<CvdNumC19OverflowPatsProperty>

source§

fn get_cvd_num_icu_beds(&self) -> &[CvdNumIcuBedsProperty]

Get https://schema.org/cvdNumICUBeds from Self as borrowed slice.
source§

fn take_cvd_num_icu_beds(&mut self) -> Vec<CvdNumIcuBedsProperty>

Take https://schema.org/cvdNumICUBeds from Self as owned vector.
source§

fn get_cvd_num_icu_beds_occ(&self) -> &[CvdNumIcuBedsOccProperty]

Get https://schema.org/cvdNumICUBedsOcc from Self as borrowed slice.
source§

fn take_cvd_num_icu_beds_occ(&mut self) -> Vec<CvdNumIcuBedsOccProperty>

Take https://schema.org/cvdNumICUBedsOcc from Self as owned vector.
source§

fn get_cvd_num_tot_beds(&self) -> &[CvdNumTotBedsProperty]

Get https://schema.org/cvdNumTotBeds from Self as borrowed slice.
source§

fn take_cvd_num_tot_beds(&mut self) -> Vec<CvdNumTotBedsProperty>

Take https://schema.org/cvdNumTotBeds from Self as owned vector.
source§

fn get_cvd_num_vent(&self) -> &[CvdNumVentProperty]

Get https://schema.org/cvdNumVent from Self as borrowed slice.
source§

fn take_cvd_num_vent(&mut self) -> Vec<CvdNumVentProperty>

Take https://schema.org/cvdNumVent from Self as owned vector.
source§

fn get_cvd_num_vent_use(&self) -> &[CvdNumVentUseProperty]

Get https://schema.org/cvdNumVentUse from Self as borrowed slice.
source§

fn take_cvd_num_vent_use(&mut self) -> Vec<CvdNumVentUseProperty>

Take https://schema.org/cvdNumVentUse from Self as owned vector.
source§

fn get_date_posted(&self) -> &[DatePostedProperty]

Get https://schema.org/datePosted from Self as borrowed slice.
source§

fn take_date_posted(&mut self) -> Vec<DatePostedProperty>

Take https://schema.org/datePosted from Self as owned vector.
source§

impl ThingTrait for CdcpmdRecord

source§

fn get_additional_type(&self) -> &[AdditionalTypeProperty]

Get https://schema.org/additionalType from Self as borrowed slice.
source§

fn take_additional_type(&mut self) -> Vec<AdditionalTypeProperty>

Take https://schema.org/additionalType from Self as owned vector.
source§

fn get_alternate_name(&self) -> &[AlternateNameProperty]

Get https://schema.org/alternateName from Self as borrowed slice.
source§

fn take_alternate_name(&mut self) -> Vec<AlternateNameProperty>

Take https://schema.org/alternateName from Self as owned vector.
source§

fn get_description(&self) -> &[DescriptionProperty]

Get https://schema.org/description from Self as borrowed slice.
source§

fn take_description(&mut self) -> Vec<DescriptionProperty>

Take https://schema.org/description from Self as owned vector.
source§

fn get_disambiguating_description(&self) -> &[DisambiguatingDescriptionProperty]

source§

fn take_disambiguating_description( &mut self ) -> Vec<DisambiguatingDescriptionProperty>

source§

fn get_identifier(&self) -> &[IdentifierProperty]

Get https://schema.org/identifier from Self as borrowed slice.
source§

fn take_identifier(&mut self) -> Vec<IdentifierProperty>

Take https://schema.org/identifier from Self as owned vector.
source§

fn get_image(&self) -> &[ImageProperty]

Get https://schema.org/image from Self as borrowed slice.
source§

fn take_image(&mut self) -> Vec<ImageProperty>

Take https://schema.org/image from Self as owned vector.
source§

fn get_main_entity_of_page(&self) -> &[MainEntityOfPageProperty]

Get https://schema.org/mainEntityOfPage from Self as borrowed slice.
source§

fn take_main_entity_of_page(&mut self) -> Vec<MainEntityOfPageProperty>

Take https://schema.org/mainEntityOfPage from Self as owned vector.
source§

fn get_name(&self) -> &[NameProperty]

Get https://schema.org/name from Self as borrowed slice.
source§

fn take_name(&mut self) -> Vec<NameProperty>

Take https://schema.org/name from Self as owned vector.
source§

fn get_potential_action(&self) -> &[PotentialActionProperty]

Get https://schema.org/potentialAction from Self as borrowed slice.
source§

fn take_potential_action(&mut self) -> Vec<PotentialActionProperty>

Take https://schema.org/potentialAction from Self as owned vector.
source§

fn get_same_as(&self) -> &[SameAsProperty]

Get https://schema.org/sameAs from Self as borrowed slice.
source§

fn take_same_as(&mut self) -> Vec<SameAsProperty>

Take https://schema.org/sameAs from Self as owned vector.
source§

fn get_subject_of(&self) -> &[SubjectOfProperty]

Get https://schema.org/subjectOf from Self as borrowed slice.
source§

fn take_subject_of(&mut self) -> Vec<SubjectOfProperty>

Take https://schema.org/subjectOf from Self as owned vector.
source§

fn get_url(&self) -> &[UrlProperty]

Get https://schema.org/url from Self as borrowed slice.
source§

fn take_url(&mut self) -> Vec<UrlProperty>

Take https://schema.org/url from Self as owned vector.
source§

impl StructuredValueTrait for CdcpmdRecord

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.