pub struct OciImageRef(pub String);Expand description
Reference to an OCI image for distribution.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for OciImageRef
impl AsRef<str> for OciImageRef
Source§impl Clone for OciImageRef
impl Clone for OciImageRef
Source§fn clone(&self) -> OciImageRef
fn clone(&self) -> OciImageRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OciImageRef
impl Debug for OciImageRef
Source§impl<'de> Deserialize<'de> for OciImageRef
impl<'de> Deserialize<'de> for OciImageRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for OciImageRef
impl Display for OciImageRef
Source§impl From<OciImageRef> for String
impl From<OciImageRef> for String
Source§fn from(value: OciImageRef) -> Self
fn from(value: OciImageRef) -> Self
Converts to this type from the input type.
Source§impl FromStr for OciImageRef
impl FromStr for OciImageRef
Source§impl Hash for OciImageRef
impl Hash for OciImageRef
Source§impl Ord for OciImageRef
impl Ord for OciImageRef
Source§fn cmp(&self, other: &OciImageRef) -> Ordering
fn cmp(&self, other: &OciImageRef) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OciImageRef
impl PartialEq for OciImageRef
Source§impl PartialOrd for OciImageRef
impl PartialOrd for OciImageRef
Source§impl Serialize for OciImageRef
impl Serialize for OciImageRef
Source§impl TryFrom<&str> for OciImageRef
impl TryFrom<&str> for OciImageRef
Source§impl TryFrom<String> for OciImageRef
impl TryFrom<String> for OciImageRef
impl Eq for OciImageRef
impl StructuralPartialEq for OciImageRef
Auto Trait Implementations§
impl Freeze for OciImageRef
impl RefUnwindSafe for OciImageRef
impl Send for OciImageRef
impl Sync for OciImageRef
impl Unpin for OciImageRef
impl UnwindSafe for OciImageRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.