[][src]Struct serde_lexpr::print::CustomizedFormatter

pub struct CustomizedFormatter { /* fields omitted */ }

A formatter which can be tuned with regards to S-expressions representation.

Trait Implementations

impl Clone for CustomizedFormatter[src]

impl Debug for CustomizedFormatter[src]

impl Formatter for CustomizedFormatter[src]

fn write_char_escape<W>(
    &mut self,
    writer: &mut W,
    char_escape: CharEscape
) -> Result<(), Error> where
    W: Write + ?Sized
[src]

Writes a character escape code to the specified writer.

Auto Trait Implementations

impl RefUnwindSafe for CustomizedFormatter

impl Send for CustomizedFormatter

impl Sync for CustomizedFormatter

impl Unpin for CustomizedFormatter

impl UnwindSafe for CustomizedFormatter

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.