pub struct RootBuilder { /* private fields */ }
Expand description
Builder for Root
.
Implementations§
Source§impl RootBuilder
impl RootBuilder
Sourcepub fn path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn path<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Path is the absolute path to the container’s root filesystem.
Trait Implementations§
Source§impl Clone for RootBuilder
impl Clone for RootBuilder
Source§fn clone(&self) -> RootBuilder
fn clone(&self) -> RootBuilder
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 moreSource§impl Default for RootBuilder
impl Default for RootBuilder
Source§fn default() -> RootBuilder
fn default() -> RootBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RootBuilder
impl RefUnwindSafe for RootBuilder
impl Send for RootBuilder
impl Sync for RootBuilder
impl Unpin for RootBuilder
impl UnwindSafe for RootBuilder
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