pub struct UseArtifact { /* private fields */ }
Expand description
Opaque handle to an artifact which can be used by one or more jobs.
Trait Implementations§
Source§impl Clone for UseArtifact
impl Clone for UseArtifact
Source§fn clone(&self) -> UseArtifact
fn clone(&self) -> UseArtifact
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for UseArtifact
impl RefUnwindSafe for UseArtifact
impl Send for UseArtifact
impl Sync for UseArtifact
impl Unpin for UseArtifact
impl UnwindSafe for UseArtifact
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