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