pub struct JobBenefitsPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for JobBenefitsPropertyIri
impl PartialEq<&str> for JobBenefitsPropertyIri
source§impl PartialEq<JobBenefitsPropertyIri> for &str
impl PartialEq<JobBenefitsPropertyIri> for &str
source§fn eq(&self, other: &JobBenefitsPropertyIri) -> bool
fn eq(&self, other: &JobBenefitsPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for JobBenefitsPropertyIri
impl RefUnwindSafe for JobBenefitsPropertyIri
impl Send for JobBenefitsPropertyIri
impl Sync for JobBenefitsPropertyIri
impl Unpin for JobBenefitsPropertyIri
impl UnwindSafe for JobBenefitsPropertyIri
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