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: String
Duration 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: String
Parent(String)
Tuple Fields
0: String
Type(String)
Tuple Fields
0: String
Description(String)
Tuple Fields
0: String
InUse
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