Struct UseTypedArtifact
pub struct UseTypedArtifact<T>(/* private fields */);
Expand description
Opaque handle to an artifact of type T
which can be used by one or more
jobs.
Trait Implementations§
§impl<T> Clone for UseTypedArtifact<T>
impl<T> Clone for UseTypedArtifact<T>
§fn clone(&self) -> UseTypedArtifact<T>
fn clone(&self) -> UseTypedArtifact<T>
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<T> Freeze for UseTypedArtifact<T>
impl<T> RefUnwindSafe for UseTypedArtifact<T>
impl<T> Send for UseTypedArtifact<T>
impl<T> Sync for UseTypedArtifact<T>
impl<T> Unpin for UseTypedArtifact<T>
impl<T> UnwindSafe for UseTypedArtifact<T>
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