pub struct ImageObjectIriOrLabel;
Trait Implementations§
Source§impl PartialEq<&str> for ImageObjectIriOrLabel
impl PartialEq<&str> for ImageObjectIriOrLabel
Source§impl PartialEq<ImageObjectIriOrLabel> for &str
impl PartialEq<ImageObjectIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for ImageObjectIriOrLabel
impl RefUnwindSafe for ImageObjectIriOrLabel
impl Send for ImageObjectIriOrLabel
impl Sync for ImageObjectIriOrLabel
impl Unpin for ImageObjectIriOrLabel
impl UnwindSafe for ImageObjectIriOrLabel
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