pub struct ContainerStatOptsBuilder { /* private fields */ }Expand description
Builder for ContainerStatOpts.
Implementations§
Source§impl ContainerStatOptsBuilder
impl ContainerStatOptsBuilder
Sourcepub fn do_not_follow_symlinks<VALUE: Into<bool>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn do_not_follow_symlinks<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
If specified, do not follow symlinks.
Sourcepub fn build(&self) -> Result<ContainerStatOpts, ContainerStatOptsBuilderError>
pub fn build(&self) -> Result<ContainerStatOpts, ContainerStatOptsBuilderError>
Trait Implementations§
Source§impl Clone for ContainerStatOptsBuilder
impl Clone for ContainerStatOptsBuilder
Source§fn clone(&self) -> ContainerStatOptsBuilder
fn clone(&self) -> ContainerStatOptsBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ContainerStatOptsBuilder
impl RefUnwindSafe for ContainerStatOptsBuilder
impl Send for ContainerStatOptsBuilder
impl Sync for ContainerStatOptsBuilder
impl Unpin for ContainerStatOptsBuilder
impl UnsafeUnpin for ContainerStatOptsBuilder
impl UnwindSafe for ContainerStatOptsBuilder
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