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