Struct docker_api::api::system::opts::EventsOptsBuilder [−][src]
pub struct EventsOptsBuilder { /* fields omitted */ }
Expand description
Builder interface for EventOpts
.
Implementations
Only return events since this time.
Only return events before this time.
Filter the events by a list of event filters.
Build the final event options.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EventsOptsBuilder
impl Send for EventsOptsBuilder
impl Sync for EventsOptsBuilder
impl Unpin for EventsOptsBuilder
impl UnwindSafe for EventsOptsBuilder