Struct docker_api::api::common::opts::LogsOptsBuilder [−][src]
pub struct LogsOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for LogsOpts.
Implementations
Add timestamps to every log line.
Only return this number of log lines from the end of logs
Only return logs since this time.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogsOptsBuilder
impl Send for LogsOptsBuilder
impl Sync for LogsOptsBuilder
impl Unpin for LogsOptsBuilder
impl UnwindSafe for LogsOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more