1.20.0[][src]Struct core::char::EscapeDebug

pub struct EscapeDebug(_);

An iterator that yields the literal escape code of a char.

This struct is created by the escape_debug method on char. See its documentation for more.

Trait Implementations

impl Clone for EscapeDebug[src]

impl Iterator for EscapeDebug[src]

type Item = char

The type of the elements being iterated over.

impl ExactSizeIterator for EscapeDebug[src]

impl FusedIterator for EscapeDebug1.26.0[src]

impl Debug for EscapeDebug[src]

impl Display for EscapeDebug[src]

Auto Trait Implementations

impl Send for EscapeDebug

impl Sync for EscapeDebug

impl Unpin for EscapeDebug

Blanket Implementations

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

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

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.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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