Struct podman_api::opts::EventsOpts
source · pub struct EventsOpts { /* private fields */ }Expand description
Used to filter events returned by Podman::events.
Implementations§
source§impl EventsOpts
impl EventsOpts
sourcepub fn builder() -> EventsOptsBuilder
pub fn builder() -> EventsOptsBuilder
Returns a new instance of a builder for EventsOpts.
Trait Implementations§
source§impl Clone for EventsOpts
impl Clone for EventsOpts
source§fn clone(&self) -> EventsOpts
fn clone(&self) -> EventsOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventsOpts
impl Debug for EventsOpts
source§impl Default for EventsOpts
impl Default for EventsOpts
source§fn default() -> EventsOpts
fn default() -> EventsOpts
Returns the “default value” for a type. Read more