Struct shiplift::docker::EventsOptionsBuilder[][src]

pub struct EventsOptionsBuilder { /* fields omitted */ }

Builder interface for EventOptions

Implementations

impl EventsOptionsBuilder[src]

pub fn since(&mut self, ts: &u64) -> &mut Self[src]

Filter events since a given timestamp

pub fn until(&mut self, ts: &u64) -> &mut Self[src]

Filter events until a given timestamp

pub fn filter(&mut self, filters: Vec<EventFilter>) -> &mut Self[src]

pub fn build(&self) -> EventsOptions[src]

Trait Implementations

impl Default for EventsOptionsBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for EventsOptionsBuilder

impl Send for EventsOptionsBuilder

impl Sync for EventsOptionsBuilder

impl Unpin for EventsOptionsBuilder

impl UnwindSafe for EventsOptionsBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.