pub enum AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel {
Trace,
Debug,
Info,
Warn,
Error,
Fatal,
None,
}Expand description
Configuration for the file appender
Variants§
Trait Implementations§
Source§impl Clone for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl Clone for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
Source§fn clone(
&self,
) -> AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
fn clone( &self, ) -> AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl<'de> Deserialize<'de> for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
Auto Trait Implementations§
impl Freeze for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl RefUnwindSafe for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl Send for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl Sync for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl Unpin for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl UnsafeUnpin for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
impl UnwindSafe for AirflowClusterKubernetesExecutorsConfigLoggingContainersFileLevel
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