pub struct SnapshotDownloadResult {
pub artifacts: Vec<SnapshotArtifact>,
}Expand description
SnapshotDownloadResult
Fields§
§artifacts: Vec<SnapshotArtifact>Trait Implementations§
Source§impl Clone for SnapshotDownloadResult
impl Clone for SnapshotDownloadResult
Source§fn clone(&self) -> SnapshotDownloadResult
fn clone(&self) -> SnapshotDownloadResult
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 moreSource§impl Debug for SnapshotDownloadResult
impl Debug for SnapshotDownloadResult
Source§impl PartialEq for SnapshotDownloadResult
impl PartialEq for SnapshotDownloadResult
impl Eq for SnapshotDownloadResult
impl StructuralPartialEq for SnapshotDownloadResult
Auto Trait Implementations§
impl Freeze for SnapshotDownloadResult
impl RefUnwindSafe for SnapshotDownloadResult
impl Send for SnapshotDownloadResult
impl Sync for SnapshotDownloadResult
impl Unpin for SnapshotDownloadResult
impl UnsafeUnpin for SnapshotDownloadResult
impl UnwindSafe for SnapshotDownloadResult
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