pub struct ArtifactImportRef(/* private fields */);Expand description
Opaque reference to the source of imported artifact metadata.
Implementations§
Trait Implementations§
Source§impl Clone for ArtifactImportRef
impl Clone for ArtifactImportRef
Source§fn clone(&self) -> ArtifactImportRef
fn clone(&self) -> ArtifactImportRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArtifactImportRef
impl Debug for ArtifactImportRef
Source§impl<'de> Deserialize<'de> for ArtifactImportRef
impl<'de> Deserialize<'de> for ArtifactImportRef
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
impl Eq for ArtifactImportRef
Source§impl From<ArtifactImportRef> for String
impl From<ArtifactImportRef> for String
Source§fn from(value: ArtifactImportRef) -> Self
fn from(value: ArtifactImportRef) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ArtifactImportRef
impl PartialEq for ArtifactImportRef
Source§impl Serialize for ArtifactImportRef
impl Serialize for ArtifactImportRef
impl StructuralPartialEq for ArtifactImportRef
Auto Trait Implementations§
impl Freeze for ArtifactImportRef
impl RefUnwindSafe for ArtifactImportRef
impl Send for ArtifactImportRef
impl Sync for ArtifactImportRef
impl Unpin for ArtifactImportRef
impl UnsafeUnpin for ArtifactImportRef
impl UnwindSafe for ArtifactImportRef
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