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