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