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: StringEvent(String)Tuple Fields of Event
0: StringImage(String)Tuple Fields of Image
0: StringLabel(String)Tuple Fields of Label
0: StringType(EventFilterType)Tuple Fields of Type
Volume(String)Tuple Fields of Volume
0: StringNetwork(String)Tuple Fields of Network
0: StringDaemon(String)Tuple Fields of Daemon
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