pub struct Artifact { /* private fields */ }Expand description
Artifact is the protocol object for downloaded files.
NOTE: This is an internal protocol object. Users interact with Download objects, which wrap Artifact and include metadata from download events.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Artifact
impl !RefUnwindSafe for Artifact
impl Send for Artifact
impl Sync for Artifact
impl Unpin for Artifact
impl UnsafeUnpin for Artifact
impl !UnwindSafe for Artifact
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