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