pub struct ContainerFile { /* private fields */ }Expand description
Struct to handle Container file creation
Implementations§
Source§impl ContainerFile
impl ContainerFile
Sourcepub fn new(args: &ArgMatches) -> Result<ContainerFile>
pub fn new(args: &ArgMatches) -> Result<ContainerFile>
Create a container file builder from cargo-prosa command arguments
Sourcepub fn create_container_file(&self) -> Result<()>
pub fn create_container_file(&self) -> Result<()>
Method to create a container file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContainerFile
impl RefUnwindSafe for ContainerFile
impl Send for ContainerFile
impl Sync for ContainerFile
impl Unpin for ContainerFile
impl UnwindSafe for ContainerFile
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