Enum dockertest::LogPolicy
source · pub enum LogPolicy {
Always,
OnError,
OnStartupError,
}
Expand description
Specifies when LogAction is applicable.
Variants§
Always
LogAction is always applicable.
OnError
LogAction is applicable only if an error occures.
OnStartupError
LogAction is applicable only if a startup error occures.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogPolicy
impl RefUnwindSafe for LogPolicy
impl Send for LogPolicy
impl Sync for LogPolicy
impl Unpin for LogPolicy
impl UnwindSafe for LogPolicy
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)