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