Struct podman_api::opts::EventsOpts [−][src]
pub struct EventsOpts { /* fields omitted */ }
Expand description
Used to filter events returned by Podman::events.
Implementations
Returns a new instance of a builder for EventsOpts.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EventsOpts
impl Send for EventsOpts
impl Sync for EventsOpts
impl Unpin for EventsOpts
impl UnwindSafe for EventsOpts
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