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