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