pub struct ContainerImageRef(/* private fields */);Expand description
A container image, like quay.io/pypa/manylinux_2_28_x86_64
Implementations§
Trait Implementations§
Source§impl AsRef<ContainerImageRef> for ContainerImage
impl AsRef<ContainerImageRef> for ContainerImage
Source§fn as_ref(&self) -> &ContainerImageRef
fn as_ref(&self) -> &ContainerImageRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for ContainerImageRef
impl AsRef<str> for ContainerImageRef
Source§impl Borrow<ContainerImageRef> for ContainerImage
impl Borrow<ContainerImageRef> for ContainerImage
Source§fn borrow(&self) -> &ContainerImageRef
fn borrow(&self) -> &ContainerImageRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for ContainerImageRef
impl Borrow<str> for ContainerImageRef
Source§impl Debug for ContainerImageRef
impl Debug for ContainerImageRef
Source§impl Display for ContainerImageRef
impl Display for ContainerImageRef
Source§impl From<&ContainerImageRef> for Arc<ContainerImageRef>
impl From<&ContainerImageRef> for Arc<ContainerImageRef>
Source§fn from(r: &ContainerImageRef) -> Self
fn from(r: &ContainerImageRef) -> Self
Converts to this type from the input type.
Source§impl From<&ContainerImageRef> for Rc<ContainerImageRef>
impl From<&ContainerImageRef> for Rc<ContainerImageRef>
Source§fn from(r: &ContainerImageRef) -> Self
fn from(r: &ContainerImageRef) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a str> for &'a ContainerImageRef
impl<'a> From<&'a str> for &'a ContainerImageRef
Source§fn from(s: &'a str) -> &'a ContainerImageRef
fn from(s: &'a str) -> &'a ContainerImageRef
Converts to this type from the input type.
Source§impl Hash for ContainerImageRef
impl Hash for ContainerImageRef
Source§impl Ord for ContainerImageRef
impl Ord for ContainerImageRef
Source§impl PartialEq<&ContainerImageRef> for ContainerImage
impl PartialEq<&ContainerImageRef> for ContainerImage
Source§impl PartialEq<ContainerImage> for &ContainerImageRef
impl PartialEq<ContainerImage> for &ContainerImageRef
Source§impl PartialEq<ContainerImage> for ContainerImageRef
impl PartialEq<ContainerImage> for ContainerImageRef
Source§impl PartialEq<ContainerImageRef> for ContainerImage
impl PartialEq<ContainerImageRef> for ContainerImage
Source§impl PartialEq for ContainerImageRef
impl PartialEq for ContainerImageRef
Source§impl PartialOrd for ContainerImageRef
impl PartialOrd for ContainerImageRef
Source§impl ToOwned for ContainerImageRef
impl ToOwned for ContainerImageRef
Source§type Owned = ContainerImage
type Owned = ContainerImage
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more