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)
Duration relative to daemon’s time, during which build cache was not used, in Go’s duration format (e.g., ‘24h’).
Tuple Fields of Until
0: String
Id(String)
Tuple Fields of Id
0: String
Parent(String)
Tuple Fields of Parent
0: String
Type(String)
Tuple Fields of Type
0: String
Description(String)
Tuple Fields of Description
0: String
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