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