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
Auto Trait Implementations§
impl Freeze for EventsOpts
impl RefUnwindSafe for EventsOpts
impl Send for EventsOpts
impl Sync for EventsOpts
impl Unpin for EventsOpts
impl UnwindSafe for EventsOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more