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