Struct oci_spec::image::RootFsBuilder
source · pub struct RootFsBuilder { /* private fields */ }
Expand description
Builder for RootFs
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootFsBuilder
impl RefUnwindSafe for RootFsBuilder
impl Send for RootFsBuilder
impl Sync for RootFsBuilder
impl Unpin for RootFsBuilder
impl UnwindSafe for RootFsBuilder
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