pub struct BundleArtifact {
pub bundle_path: PathBuf,
pub checksum_sha256: String,
pub binary_path: PathBuf,
}Fields§
§bundle_path: PathBuf§checksum_sha256: String§binary_path: PathBufTrait Implementations§
Source§impl Clone for BundleArtifact
impl Clone for BundleArtifact
Source§fn clone(&self) -> BundleArtifact
fn clone(&self) -> BundleArtifact
Returns a duplicate 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 BundleArtifact
impl RefUnwindSafe for BundleArtifact
impl Send for BundleArtifact
impl Sync for BundleArtifact
impl Unpin for BundleArtifact
impl UnsafeUnpin for BundleArtifact
impl UnwindSafe for BundleArtifact
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