pub enum LogConfigType {
JsonFile,
Syslog,
Journald,
Gelf,
Fluentd,
Awslogs,
Splunk,
Etwlogs,
None,
}Variants§
Trait Implementations§
Source§impl Clone for LogConfigType
impl Clone for LogConfigType
Source§fn clone(&self) -> LogConfigType
fn clone(&self) -> LogConfigType
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 Debug for LogConfigType
impl Debug for LogConfigType
Source§impl Default for LogConfigType
impl Default for LogConfigType
Source§fn default() -> LogConfigType
fn default() -> LogConfigType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogConfigType
impl<'de> Deserialize<'de> for LogConfigType
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 LogConfigType
impl PartialEq for LogConfigType
Source§impl Serialize for LogConfigType
impl Serialize for LogConfigType
impl Eq for LogConfigType
impl StructuralPartialEq for LogConfigType
Auto Trait Implementations§
impl Freeze for LogConfigType
impl RefUnwindSafe for LogConfigType
impl Send for LogConfigType
impl Sync for LogConfigType
impl Unpin for LogConfigType
impl UnwindSafe for LogConfigType
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