Enum docker_api::api::system::opts::EventFilter [−][src]
pub enum EventFilter {
Container(String),
Event(String),
Image(String),
Label(String),
Type(EventFilterType),
Volume(String),
Network(String),
Daemon(String),
}Expand description
An enumartion used to filter system events.
Variants
Container(String)
Tuple Fields
0: StringEvent(String)
Tuple Fields
0: StringImage(String)
Tuple Fields
0: StringLabel(String)
Tuple Fields
0: StringType(EventFilterType)
Tuple Fields
Volume(String)
Tuple Fields
0: StringNetwork(String)
Tuple Fields
0: StringDaemon(String)
Tuple Fields
0: StringAuto Trait Implementations
impl RefUnwindSafe for EventFilter
impl Send for EventFilter
impl Sync for EventFilter
impl Unpin for EventFilter
impl UnwindSafe for EventFilter
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