Enum docker_api::api::image::opts::CacheFilter [−][src]
pub enum CacheFilter {
Until(String),
Id(String),
Parent(String),
Type(String),
Description(String),
InUse,
Shared,
Private,
}Variants
Until(String)
Tuple Fields
0: StringDuration relative to daemon’s time, during which build cache was not used, in Go’s duration format (e.g., ‘24h’).
Id(String)
Tuple Fields
0: StringParent(String)
Tuple Fields
0: StringType(String)
Tuple Fields
0: StringDescription(String)
Tuple Fields
0: StringInUse
Shared
Private
Auto Trait Implementations
impl RefUnwindSafe for CacheFilter
impl Send for CacheFilter
impl Sync for CacheFilter
impl Unpin for CacheFilter
impl UnwindSafe for CacheFilter
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