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