Struct containers_image_proxy::OpenedImage
source · pub struct OpenedImage(/* private fields */);
Expand description
Opaque identifier for an image
Trait Implementations§
source§impl Debug for OpenedImage
impl Debug for OpenedImage
source§impl PartialEq for OpenedImage
impl PartialEq for OpenedImage
source§fn eq(&self, other: &OpenedImage) -> bool
fn eq(&self, other: &OpenedImage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for OpenedImage
impl StructuralPartialEq for OpenedImage
Auto Trait Implementations§
impl Freeze for OpenedImage
impl RefUnwindSafe for OpenedImage
impl Send for OpenedImage
impl Sync for OpenedImage
impl Unpin for OpenedImage
impl UnwindSafe for OpenedImage
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