pub enum EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel {
Trace,
Debug,
Info,
Warn,
Error,
Fatal,
None,
}Expand description
Configuration for the console appender
Variants§
Trait Implementations§
Source§impl Clone for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl Clone for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
Source§fn clone(
&self,
) -> EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
fn clone( &self, ) -> EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
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 EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl<'de> Deserialize<'de> for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
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 EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
Auto Trait Implementations§
impl Freeze for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl RefUnwindSafe for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl Send for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl Sync for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl Unpin for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl UnsafeUnpin for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
impl UnwindSafe for EdcClusterConnectorsRoleGroupsConfigLoggingContainersConsoleLevel
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