Struct shadowsocks_rust::config::LogFormatConfig [−][src]
pub struct LogFormatConfig {
pub without_time: bool,
}
Expand description
Logger format configuration
Fields
without_time: bool
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LogFormatConfig
impl Send for LogFormatConfig
impl Sync for LogFormatConfig
impl Unpin for LogFormatConfig
impl UnwindSafe for LogFormatConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn clone_any_send(&self) -> Box<dyn CloneAny + Send + 'static, Global> where
T: Send,
pub fn clone_any_sync(&self) -> Box<dyn CloneAny + Sync + 'static, Global> where
T: Sync,
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more