pub struct LayerGroup {
pub packages: Vec<ResolvedPackage>,
}Expand description
A group of packages that will be combined into a single OCI layer.
Fields§
§packages: Vec<ResolvedPackage>Trait Implementations§
Source§impl Clone for LayerGroup
impl Clone for LayerGroup
Source§fn clone(&self) -> LayerGroup
fn clone(&self) -> LayerGroup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LayerGroup
impl RefUnwindSafe for LayerGroup
impl Send for LayerGroup
impl Sync for LayerGroup
impl Unpin for LayerGroup
impl UnsafeUnpin for LayerGroup
impl UnwindSafe for LayerGroup
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