Struct docker_api::api::image::opts::ClearCacheOptsBuilder [−][src]
pub struct ClearCacheOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ClearCacheOpts.
Implementations
Finish building ClearCacheOpts.
Amount of disk space in bytes to keep for cache.
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = CacheFilter>,
pub fn filter<F>(&mut self, filters: F) -> &mut Self where
F: IntoIterator<Item = CacheFilter>,
Filter the builder cache with variants of the enum.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClearCacheOptsBuilder
impl Send for ClearCacheOptsBuilder
impl Sync for ClearCacheOptsBuilder
impl Unpin for ClearCacheOptsBuilder
impl UnwindSafe for ClearCacheOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more