pub enum ClusterFluentBitConfigServiceLogLevel {
Off,
Error,
Warning,
Info,
Debug,
Trace,
}Expand description
Service defines the global behaviour of the Fluent Bit engine.
Variants§
Trait Implementations§
Source§impl Clone for ClusterFluentBitConfigServiceLogLevel
impl Clone for ClusterFluentBitConfigServiceLogLevel
Source§fn clone(&self) -> ClusterFluentBitConfigServiceLogLevel
fn clone(&self) -> ClusterFluentBitConfigServiceLogLevel
Returns a duplicate 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<'de> Deserialize<'de> for ClusterFluentBitConfigServiceLogLevel
impl<'de> Deserialize<'de> for ClusterFluentBitConfigServiceLogLevel
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
Source§impl PartialEq for ClusterFluentBitConfigServiceLogLevel
impl PartialEq for ClusterFluentBitConfigServiceLogLevel
Source§fn eq(&self, other: &ClusterFluentBitConfigServiceLogLevel) -> bool
fn eq(&self, other: &ClusterFluentBitConfigServiceLogLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterFluentBitConfigServiceLogLevel
Auto Trait Implementations§
impl Freeze for ClusterFluentBitConfigServiceLogLevel
impl RefUnwindSafe for ClusterFluentBitConfigServiceLogLevel
impl Send for ClusterFluentBitConfigServiceLogLevel
impl Sync for ClusterFluentBitConfigServiceLogLevel
impl Unpin for ClusterFluentBitConfigServiceLogLevel
impl UnwindSafe for ClusterFluentBitConfigServiceLogLevel
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