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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
Auto Trait Implementations§
impl Freeze for ContainerLogsOpts
impl RefUnwindSafe for ContainerLogsOpts
impl Send for ContainerLogsOpts
impl Sync for ContainerLogsOpts
impl Unpin for ContainerLogsOpts
impl UnwindSafe for ContainerLogsOpts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more