pub struct ResolvedArtifact<A = ()>(/* private fields */);
Expand description
A resolved artifact path for artifact A
.
Implementations§
Source§impl<A> ResolvedArtifact<A>
impl<A> ResolvedArtifact<A>
Trait Implementations§
Source§impl<A> AsRef<OsStr> for ResolvedArtifact<A>
impl<A> AsRef<OsStr> for ResolvedArtifact<A>
Source§impl<A> AsRef<Path> for ResolvedArtifact<A>
impl<A> AsRef<Path> for ResolvedArtifact<A>
Source§impl<A> Clone for ResolvedArtifact<A>
impl<A> Clone for ResolvedArtifact<A>
Source§impl<A> Debug for ResolvedArtifact<A>
impl<A> Debug for ResolvedArtifact<A>
Source§impl<A> From<ResolvedArtifact<A>> for PathBuf
impl<A> From<ResolvedArtifact<A>> for PathBuf
Source§fn from(ra: ResolvedArtifact<A>) -> PathBuf
fn from(ra: ResolvedArtifact<A>) -> PathBuf
Converts to this type from the input type.
Auto Trait Implementations§
impl<A> Freeze for ResolvedArtifact<A>
impl<A> RefUnwindSafe for ResolvedArtifact<A>where
A: RefUnwindSafe,
impl<A> Send for ResolvedArtifact<A>where
A: Send,
impl<A> Sync for ResolvedArtifact<A>where
A: Sync,
impl<A> Unpin for ResolvedArtifact<A>where
A: Unpin,
impl<A> UnwindSafe for ResolvedArtifact<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