[][src]Struct sval::fmt::ToDebug

pub struct ToDebug<V>(_);

The result of calling sval::fmt::to_debug.

Trait Implementations

impl<V: Clone> Clone for ToDebug<V>[src]

impl<V: Copy> Copy for ToDebug<V>[src]

impl<V> Debug for ToDebug<V> where
    V: Value
[src]

impl<V: Eq> Eq for ToDebug<V>[src]

impl<V: Hash> Hash for ToDebug<V>[src]

impl<V: Ord> Ord for ToDebug<V>[src]

impl<V: PartialEq> PartialEq<ToDebug<V>> for ToDebug<V>[src]

impl<V: PartialOrd> PartialOrd<ToDebug<V>> for ToDebug<V>[src]

impl<V> StructuralEq for ToDebug<V>[src]

impl<V> StructuralPartialEq for ToDebug<V>[src]

Auto Trait Implementations

impl<V> RefUnwindSafe for ToDebug<V> where
    V: RefUnwindSafe
[src]

impl<V> Send for ToDebug<V> where
    V: Send
[src]

impl<V> Sync for ToDebug<V> where
    V: Sync
[src]

impl<V> Unpin for ToDebug<V> where
    V: Unpin
[src]

impl<V> UnwindSafe for ToDebug<V> where
    V: UnwindSafe
[src]

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.