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