Struct docker_sdk::docker::EventsOptions
source · pub struct EventsOptions { /* private fields */ }
Expand description
Options for filtering streams of Docker events
Implementations
sourceimpl EventsOptions
impl EventsOptions
Trait Implementations
sourceimpl Debug for EventsOptions
impl Debug for EventsOptions
sourceimpl Default for EventsOptions
impl Default for EventsOptions
sourcefn default() -> EventsOptions
fn default() -> EventsOptions
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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more