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