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