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