Struct dagger_sdk::ContainerWithFileOptsBuilder
source · pub struct ContainerWithFileOptsBuilder { /* private fields */ }Expand description
Builder for ContainerWithFileOpts.
Implementations§
source§impl ContainerWithFileOptsBuilder
impl ContainerWithFileOptsBuilder
pub fn permissions<VALUE: Into<isize>>(&mut self, value: VALUE) -> &mut Self
sourcepub fn build(
&self
) -> Result<ContainerWithFileOpts, ContainerWithFileOptsBuilderError>
pub fn build( &self ) -> Result<ContainerWithFileOpts, ContainerWithFileOptsBuilderError>
Trait Implementations§
source§impl Clone for ContainerWithFileOptsBuilder
impl Clone for ContainerWithFileOptsBuilder
source§fn clone(&self) -> ContainerWithFileOptsBuilder
fn clone(&self) -> ContainerWithFileOptsBuilder
Returns a copy 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 more