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