pub struct PortableImageExport {
pub manifest_digest: String,
pub blobs_root: PathBuf,
pub copied: Vec<String>,
}Fields§
§manifest_digest: String§blobs_root: PathBuf§copied: Vec<String>Trait Implementations§
Source§impl Clone for PortableImageExport
impl Clone for PortableImageExport
Source§fn clone(&self) -> PortableImageExport
fn clone(&self) -> PortableImageExport
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 PortableImageExport
impl RefUnwindSafe for PortableImageExport
impl Send for PortableImageExport
impl Sync for PortableImageExport
impl Unpin for PortableImageExport
impl UnwindSafe for PortableImageExport
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