Struct dockworker::ContainerLogOptions
source · pub struct ContainerLogOptions {
pub stdout: bool,
pub stderr: bool,
pub since: Option<i64>,
pub timestamps: Option<bool>,
pub tail: Option<i64>,
pub follow: bool,
}Fields§
§stdout: bool§stderr: bool§since: Option<i64>§timestamps: Option<bool>§tail: Option<i64>§follow: boolTrait Implementations§
source§impl Clone for ContainerLogOptions
impl Clone for ContainerLogOptions
source§fn clone(&self) -> ContainerLogOptions
fn clone(&self) -> ContainerLogOptions
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 ContainerLogOptions
impl Debug for ContainerLogOptions
Auto Trait Implementations§
impl Freeze for ContainerLogOptions
impl RefUnwindSafe for ContainerLogOptions
impl Send for ContainerLogOptions
impl Sync for ContainerLogOptions
impl Unpin for ContainerLogOptions
impl UnwindSafe for ContainerLogOptions
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