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