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: StringId(String)Tuple Fields of Id
0: StringParent(String)Tuple Fields of Parent
0: StringType(String)Tuple Fields of Type
0: StringDescription(String)Tuple Fields of Description
0: StringAuto 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