pub struct ResolvedOptionalArtifact<A = ()>(/* private fields */);
Expand description
A resolve artifact path for an optional artifact A
.
Implementations§
Source§impl<A> ResolvedOptionalArtifact<A>
impl<A> ResolvedOptionalArtifact<A>
Trait Implementations§
Source§impl<A: Clone> Clone for ResolvedOptionalArtifact<A>
impl<A: Clone> Clone for ResolvedOptionalArtifact<A>
Source§fn clone(&self) -> ResolvedOptionalArtifact<A>
fn clone(&self) -> ResolvedOptionalArtifact<A>
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<A> Freeze for ResolvedOptionalArtifact<A>
impl<A> RefUnwindSafe for ResolvedOptionalArtifact<A>where
A: RefUnwindSafe,
impl<A> Send for ResolvedOptionalArtifact<A>where
A: Send,
impl<A> Sync for ResolvedOptionalArtifact<A>where
A: Sync,
impl<A> Unpin for ResolvedOptionalArtifact<A>where
A: Unpin,
impl<A> UnwindSafe for ResolvedOptionalArtifact<A>where
A: UnwindSafe,
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