pub struct RegistryRef(pub String);Expand description
Registry reference for OCI or artifact storage.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for RegistryRef
impl AsRef<str> for RegistryRef
Source§impl Clone for RegistryRef
impl Clone for RegistryRef
Source§fn clone(&self) -> RegistryRef
fn clone(&self) -> RegistryRef
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 RegistryRef
impl Debug for RegistryRef
Source§impl<'de> Deserialize<'de> for RegistryRef
impl<'de> Deserialize<'de> for RegistryRef
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 RegistryRef
impl Display for RegistryRef
Source§impl From<RegistryRef> for String
impl From<RegistryRef> for String
Source§fn from(value: RegistryRef) -> Self
fn from(value: RegistryRef) -> Self
Converts to this type from the input type.
Source§impl FromStr for RegistryRef
impl FromStr for RegistryRef
Source§impl Hash for RegistryRef
impl Hash for RegistryRef
Source§impl Ord for RegistryRef
impl Ord for RegistryRef
Source§fn cmp(&self, other: &RegistryRef) -> Ordering
fn cmp(&self, other: &RegistryRef) -> 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 RegistryRef
impl PartialEq for RegistryRef
Source§impl PartialOrd for RegistryRef
impl PartialOrd for RegistryRef
Source§impl Serialize for RegistryRef
impl Serialize for RegistryRef
Source§impl TryFrom<&str> for RegistryRef
impl TryFrom<&str> for RegistryRef
Source§impl TryFrom<String> for RegistryRef
impl TryFrom<String> for RegistryRef
impl Eq for RegistryRef
impl StructuralPartialEq for RegistryRef
Auto Trait Implementations§
impl Freeze for RegistryRef
impl RefUnwindSafe for RegistryRef
impl Send for RegistryRef
impl Sync for RegistryRef
impl Unpin for RegistryRef
impl UnwindSafe for RegistryRef
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.