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