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