Struct docker_api::docker::EventsOptions [−][src]
pub struct EventsOptions { /* fields omitted */ }
Expand description
Options for filtering streams of Docker events
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EventsOptions
impl Send for EventsOptions
impl Sync for EventsOptions
impl Unpin for EventsOptions
impl UnwindSafe for EventsOptions