Struct docker_sdk::container::LogsOptions
source · pub struct LogsOptions { /* private fields */ }
Expand description
Options for controlling log request results
Implementations
sourceimpl LogsOptions
impl LogsOptions
Trait Implementations
sourceimpl Debug for LogsOptions
impl Debug for LogsOptions
sourceimpl Default for LogsOptions
impl Default for LogsOptions
sourcefn default() -> LogsOptions
fn default() -> LogsOptions
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
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more