pub struct JobPosting {
Show 49 fields pub applicant_location_requirements: Vec<ApplicantLocationRequirementsProperty>, pub application_contact: Vec<ApplicationContactProperty>, pub base_salary: Vec<BaseSalaryProperty>, pub benefits: Vec<BenefitsProperty>, pub date_posted: Vec<DatePostedProperty>, pub direct_apply: Vec<DirectApplyProperty>, pub education_requirements: Vec<EducationRequirementsProperty>, pub eligibility_to_work_requirement: Vec<EligibilityToWorkRequirementProperty>, pub employer_overview: Vec<EmployerOverviewProperty>, pub employment_type: Vec<EmploymentTypeProperty>, pub employment_unit: Vec<EmploymentUnitProperty>, pub estimated_salary: Vec<EstimatedSalaryProperty>, pub experience_in_place_of_education: Vec<ExperienceInPlaceOfEducationProperty>, pub experience_requirements: Vec<ExperienceRequirementsProperty>, pub hiring_organization: Vec<HiringOrganizationProperty>, pub incentive_compensation: Vec<IncentiveCompensationProperty>, pub incentives: Vec<IncentivesProperty>, pub industry: Vec<IndustryProperty>, pub job_benefits: Vec<JobBenefitsProperty>, pub job_immediate_start: Vec<JobImmediateStartProperty>, pub job_location: Vec<JobLocationProperty>, pub job_location_type: Vec<JobLocationTypeProperty>, pub job_start_date: Vec<JobStartDateProperty>, pub occupational_category: Vec<OccupationalCategoryProperty>, pub physical_requirement: Vec<PhysicalRequirementProperty>, pub qualifications: Vec<QualificationsProperty>, pub relevant_occupation: Vec<RelevantOccupationProperty>, pub responsibilities: Vec<ResponsibilitiesProperty>, pub salary_currency: Vec<SalaryCurrencyProperty>, pub security_clearance_requirement: Vec<SecurityClearanceRequirementProperty>, pub sensory_requirement: Vec<SensoryRequirementProperty>, pub skills: Vec<SkillsProperty>, pub special_commitments: Vec<SpecialCommitmentsProperty>, pub title: Vec<TitleProperty>, pub total_job_openings: Vec<TotalJobOpeningsProperty>, pub valid_through: Vec<ValidThroughProperty>, pub work_hours: Vec<WorkHoursProperty>, 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§

§applicant_location_requirements: Vec<ApplicantLocationRequirementsProperty>§application_contact: Vec<ApplicationContactProperty>§base_salary: Vec<BaseSalaryProperty>§benefits: Vec<BenefitsProperty>
👎Deprecated: This schema is superseded by https://schema.org/jobBenefits.
§date_posted: Vec<DatePostedProperty>§direct_apply: Vec<DirectApplyProperty>§education_requirements: Vec<EducationRequirementsProperty>§eligibility_to_work_requirement: Vec<EligibilityToWorkRequirementProperty>§employer_overview: Vec<EmployerOverviewProperty>§employment_type: Vec<EmploymentTypeProperty>§employment_unit: Vec<EmploymentUnitProperty>§estimated_salary: Vec<EstimatedSalaryProperty>§experience_in_place_of_education: Vec<ExperienceInPlaceOfEducationProperty>§experience_requirements: Vec<ExperienceRequirementsProperty>§hiring_organization: Vec<HiringOrganizationProperty>§incentive_compensation: Vec<IncentiveCompensationProperty>§incentives: Vec<IncentivesProperty>
👎Deprecated: This schema is superseded by https://schema.org/incentiveCompensation.
§industry: Vec<IndustryProperty>§job_benefits: Vec<JobBenefitsProperty>§job_immediate_start: Vec<JobImmediateStartProperty>§job_location: Vec<JobLocationProperty>§job_location_type: Vec<JobLocationTypeProperty>§job_start_date: Vec<JobStartDateProperty>§occupational_category: Vec<OccupationalCategoryProperty>§physical_requirement: Vec<PhysicalRequirementProperty>§qualifications: Vec<QualificationsProperty>§relevant_occupation: Vec<RelevantOccupationProperty>§responsibilities: Vec<ResponsibilitiesProperty>§salary_currency: Vec<SalaryCurrencyProperty>§security_clearance_requirement: Vec<SecurityClearanceRequirementProperty>§sensory_requirement: Vec<SensoryRequirementProperty>§skills: Vec<SkillsProperty>§special_commitments: Vec<SpecialCommitmentsProperty>§title: Vec<TitleProperty>§total_job_openings: Vec<TotalJobOpeningsProperty>§valid_through: Vec<ValidThroughProperty>§work_hours: Vec<WorkHoursProperty>§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 JobPostingTrait for JobPosting

source§

fn get_applicant_location_requirements( &self ) -> &[ApplicantLocationRequirementsProperty]

source§

fn take_applicant_location_requirements( &mut self ) -> Vec<ApplicantLocationRequirementsProperty>

source§

fn get_application_contact(&self) -> &[ApplicationContactProperty]

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

fn take_application_contact(&mut self) -> Vec<ApplicationContactProperty>

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

fn get_base_salary(&self) -> &[BaseSalaryProperty]

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

fn take_base_salary(&mut self) -> Vec<BaseSalaryProperty>

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

fn get_benefits(&self) -> &[BenefitsProperty]

👎Deprecated: This schema is superseded by https://schema.org/jobBenefits.
Get https://schema.org/benefits from Self as borrowed slice.
source§

fn take_benefits(&mut self) -> Vec<BenefitsProperty>

👎Deprecated: This schema is superseded by https://schema.org/jobBenefits.
Take https://schema.org/benefits 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§

fn get_direct_apply(&self) -> &[DirectApplyProperty]

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

fn take_direct_apply(&mut self) -> Vec<DirectApplyProperty>

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

fn get_education_requirements(&self) -> &[EducationRequirementsProperty]

source§

fn take_education_requirements(&mut self) -> Vec<EducationRequirementsProperty>

source§

fn get_eligibility_to_work_requirement( &self ) -> &[EligibilityToWorkRequirementProperty]

source§

fn take_eligibility_to_work_requirement( &mut self ) -> Vec<EligibilityToWorkRequirementProperty>

source§

fn get_employer_overview(&self) -> &[EmployerOverviewProperty]

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

fn take_employer_overview(&mut self) -> Vec<EmployerOverviewProperty>

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

fn get_employment_type(&self) -> &[EmploymentTypeProperty]

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

fn take_employment_type(&mut self) -> Vec<EmploymentTypeProperty>

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

fn get_employment_unit(&self) -> &[EmploymentUnitProperty]

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

fn take_employment_unit(&mut self) -> Vec<EmploymentUnitProperty>

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

fn get_estimated_salary(&self) -> &[EstimatedSalaryProperty]

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

fn take_estimated_salary(&mut self) -> Vec<EstimatedSalaryProperty>

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

fn get_experience_in_place_of_education( &self ) -> &[ExperienceInPlaceOfEducationProperty]

source§

fn take_experience_in_place_of_education( &mut self ) -> Vec<ExperienceInPlaceOfEducationProperty>

source§

fn get_experience_requirements(&self) -> &[ExperienceRequirementsProperty]

source§

fn take_experience_requirements( &mut self ) -> Vec<ExperienceRequirementsProperty>

source§

fn get_hiring_organization(&self) -> &[HiringOrganizationProperty]

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

fn take_hiring_organization(&mut self) -> Vec<HiringOrganizationProperty>

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

fn get_incentive_compensation(&self) -> &[IncentiveCompensationProperty]

source§

fn take_incentive_compensation(&mut self) -> Vec<IncentiveCompensationProperty>

source§

fn get_incentives(&self) -> &[IncentivesProperty]

👎Deprecated: This schema is superseded by https://schema.org/incentiveCompensation.
Get https://schema.org/incentives from Self as borrowed slice.
source§

fn take_incentives(&mut self) -> Vec<IncentivesProperty>

👎Deprecated: This schema is superseded by https://schema.org/incentiveCompensation.
Take https://schema.org/incentives from Self as owned vector.
source§

fn get_industry(&self) -> &[IndustryProperty]

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

fn take_industry(&mut self) -> Vec<IndustryProperty>

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

fn get_job_benefits(&self) -> &[JobBenefitsProperty]

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

fn take_job_benefits(&mut self) -> Vec<JobBenefitsProperty>

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

fn get_job_immediate_start(&self) -> &[JobImmediateStartProperty]

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

fn take_job_immediate_start(&mut self) -> Vec<JobImmediateStartProperty>

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

fn get_job_location(&self) -> &[JobLocationProperty]

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

fn take_job_location(&mut self) -> Vec<JobLocationProperty>

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

fn get_job_location_type(&self) -> &[JobLocationTypeProperty]

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

fn take_job_location_type(&mut self) -> Vec<JobLocationTypeProperty>

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

fn get_job_start_date(&self) -> &[JobStartDateProperty]

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

fn take_job_start_date(&mut self) -> Vec<JobStartDateProperty>

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

fn get_occupational_category(&self) -> &[OccupationalCategoryProperty]

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

fn take_occupational_category(&mut self) -> Vec<OccupationalCategoryProperty>

source§

fn get_physical_requirement(&self) -> &[PhysicalRequirementProperty]

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

fn take_physical_requirement(&mut self) -> Vec<PhysicalRequirementProperty>

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

fn get_qualifications(&self) -> &[QualificationsProperty]

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

fn take_qualifications(&mut self) -> Vec<QualificationsProperty>

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

fn get_relevant_occupation(&self) -> &[RelevantOccupationProperty]

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

fn take_relevant_occupation(&mut self) -> Vec<RelevantOccupationProperty>

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

fn get_responsibilities(&self) -> &[ResponsibilitiesProperty]

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

fn take_responsibilities(&mut self) -> Vec<ResponsibilitiesProperty>

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

fn get_salary_currency(&self) -> &[SalaryCurrencyProperty]

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

fn take_salary_currency(&mut self) -> Vec<SalaryCurrencyProperty>

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

fn get_security_clearance_requirement( &self ) -> &[SecurityClearanceRequirementProperty]

source§

fn take_security_clearance_requirement( &mut self ) -> Vec<SecurityClearanceRequirementProperty>

source§

fn get_sensory_requirement(&self) -> &[SensoryRequirementProperty]

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

fn take_sensory_requirement(&mut self) -> Vec<SensoryRequirementProperty>

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

fn get_skills(&self) -> &[SkillsProperty]

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

fn take_skills(&mut self) -> Vec<SkillsProperty>

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

fn get_special_commitments(&self) -> &[SpecialCommitmentsProperty]

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

fn take_special_commitments(&mut self) -> Vec<SpecialCommitmentsProperty>

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

fn get_title(&self) -> &[TitleProperty]

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

fn take_title(&mut self) -> Vec<TitleProperty>

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

fn get_total_job_openings(&self) -> &[TotalJobOpeningsProperty]

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

fn take_total_job_openings(&mut self) -> Vec<TotalJobOpeningsProperty>

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

fn get_valid_through(&self) -> &[ValidThroughProperty]

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

fn take_valid_through(&mut self) -> Vec<ValidThroughProperty>

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

fn get_work_hours(&self) -> &[WorkHoursProperty]

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

fn take_work_hours(&mut self) -> Vec<WorkHoursProperty>

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

impl ThingTrait for JobPosting

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.

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.