Struct podman_api::opts::ContainerLogsOpts
source · pub struct ContainerLogsOpts { /* private fields */ }Expand description
Adjust how to attach to a running container.
Implementations§
source§impl ContainerLogsOpts
impl ContainerLogsOpts
sourcepub fn builder() -> ContainerLogsOptsBuilder
pub fn builder() -> ContainerLogsOptsBuilder
Returns a new instance of a builder for ContainerLogsOpts.
Trait Implementations§
source§impl Clone for ContainerLogsOpts
impl Clone for ContainerLogsOpts
source§fn clone(&self) -> ContainerLogsOpts
fn clone(&self) -> ContainerLogsOpts
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContainerLogsOpts
impl Debug for ContainerLogsOpts
source§impl Default for ContainerLogsOpts
impl Default for ContainerLogsOpts
source§fn default() -> ContainerLogsOpts
fn default() -> ContainerLogsOpts
Returns the “default value” for a type. Read more