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