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