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