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