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