pub struct PackageCommandBuilder { /* private fields */ }Expand description
Command arguments builder for “conan package”
Implementations§
Source§impl PackageCommandBuilder
impl PackageCommandBuilder
pub fn new() -> Self
pub fn with_build_path(self, build_path: PathBuf) -> Self
pub fn with_install_path(self, install_path: PathBuf) -> Self
pub fn with_package_path(self, package_path: PathBuf) -> Self
pub fn with_source_path(self, source_path: PathBuf) -> Self
pub fn with_recipe_path(self, recipe_path: PathBuf) -> Self
pub fn build(self) -> PackageCommand
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackageCommandBuilder
impl RefUnwindSafe for PackageCommandBuilder
impl Send for PackageCommandBuilder
impl Sync for PackageCommandBuilder
impl Unpin for PackageCommandBuilder
impl UnwindSafe for PackageCommandBuilder
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