pub struct ArtifactSection {
pub url: String,
pub size: u64,
pub sha256: String,
pub mirrors: Vec<String>,
}Fields§
§url: String§size: u64§sha256: String§mirrors: Vec<String>Trait Implementations§
Source§impl Debug for ArtifactSection
impl Debug for ArtifactSection
Auto Trait Implementations§
impl Freeze for ArtifactSection
impl RefUnwindSafe for ArtifactSection
impl Send for ArtifactSection
impl Sync for ArtifactSection
impl Unpin for ArtifactSection
impl UnsafeUnpin for ArtifactSection
impl UnwindSafe for ArtifactSection
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