Struct docker_api::container::LogsOptionsBuilder [−][src]
pub struct LogsOptionsBuilder { /* fields omitted */ }
Expand description
Builder interface for LogsOptions
Implementations
how_many can either be “all” or a to_string() of the number
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogsOptionsBuilder
impl Send for LogsOptionsBuilder
impl Sync for LogsOptionsBuilder
impl Unpin for LogsOptionsBuilder
impl UnwindSafe for LogsOptionsBuilder