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