Struct shadowsocks_rust::config::LogFormatConfig
source · pub struct LogFormatConfig {
pub without_time: bool,
}Expand description
Logger format configuration
Fields§
§without_time: boolTrait Implementations§
source§impl Clone for LogFormatConfig
impl Clone for LogFormatConfig
source§fn clone(&self) -> LogFormatConfig
fn clone(&self) -> LogFormatConfig
Returns a copy 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 LogFormatConfig
impl Debug for LogFormatConfig
source§impl Default for LogFormatConfig
impl Default for LogFormatConfig
source§fn default() -> LogFormatConfig
fn default() -> LogFormatConfig
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§
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