[−][src]Struct log4rs::append::console::ConsoleAppenderDeserializer
A deserializer for the ConsoleAppender.
Configuration
kind: console
# The output to write to. One of `stdout` or `stderr`. Defaults to `stdout`.
target: stdout
# The encoder to use to format output. Defaults to `kind: pattern`.
encoder:
kind: pattern
Trait Implementations
impl Clone for ConsoleAppenderDeserializer[src]
pub fn clone(&self) -> ConsoleAppenderDeserializer[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ConsoleAppenderDeserializer[src]
impl Debug for ConsoleAppenderDeserializer[src]
impl Default for ConsoleAppenderDeserializer[src]
pub fn default() -> ConsoleAppenderDeserializer[src]
impl Deserialize for ConsoleAppenderDeserializer[src]
type Trait = dyn Append
The trait that this deserializer will create.
type Config = ConsoleAppenderConfig
This deserializer's configuration.
pub fn deserialize(
&self,
config: ConsoleAppenderConfig,
deserializers: &Deserializers
) -> Result<Box<dyn Append>>[src]
&self,
config: ConsoleAppenderConfig,
deserializers: &Deserializers
) -> Result<Box<dyn Append>>
impl Eq for ConsoleAppenderDeserializer[src]
impl Hash for ConsoleAppenderDeserializer[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<ConsoleAppenderDeserializer> for ConsoleAppenderDeserializer[src]
pub fn eq(&self, other: &ConsoleAppenderDeserializer) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for ConsoleAppenderDeserializer[src]
impl StructuralPartialEq for ConsoleAppenderDeserializer[src]
Auto Trait Implementations
impl RefUnwindSafe for ConsoleAppenderDeserializer[src]
impl Send for ConsoleAppenderDeserializer[src]
impl Sync for ConsoleAppenderDeserializer[src]
impl Unpin for ConsoleAppenderDeserializer[src]
impl UnwindSafe for ConsoleAppenderDeserializer[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any, [src]
T: Clone + Any,
pub fn clone_any(&self) -> Box<dyn CloneAny + 'static, Global>[src]
pub fn clone_any_send(&self) -> Box<dyn CloneAny + 'static + Send, Global> where
T: Send, [src]
T: Send,
pub fn clone_any_sync(&self) -> Box<dyn CloneAny + 'static + Sync, Global> where
T: Sync, [src]
T: Sync,
pub fn clone_any_send_sync(
&self
) -> Box<dyn CloneAny + 'static + Send + Sync, Global> where
T: Send + Sync, [src]
&self
) -> Box<dyn CloneAny + 'static + Send + Sync, Global> where
T: Send + Sync,
impl<T> DebugAny for T where
T: Any + Debug, [src]
T: Any + Debug,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> UnsafeAny for T where
T: Any,
T: Any,