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
Tuple Fields of Container
0: StringTuple Fields of Event
0: StringTuple Fields of Image
0: StringTuple Fields of Label
0: StringTuple Fields of Type
Tuple Fields of Volume
0: StringTuple Fields of Network
0: StringTuple Fields of Daemon
0: String