Struct docker_api::container::LogsOptions [−][src]
pub struct LogsOptions { /* fields omitted */ }
Expand description
Options for controlling log request results
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogsOptions
impl Send for LogsOptions
impl Sync for LogsOptions
impl Unpin for LogsOptions
impl UnwindSafe for LogsOptions