[][src]Struct darpi::Xml

pub struct Xml<T>(pub T);

Trait Implementations

impl<T> Debug for Xml<T> where
    T: Debug
[src]

impl<T> Deref for Xml<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T> DerefMut for Xml<T>[src]

impl<'de, T> Deserialize<'de> for Xml<T> where
    T: DeserializeOwned
[src]

impl<T> Display for Xml<T> where
    T: Display
[src]

impl<T> FromRequestBody<Xml<T>, XmlErr> for Xml<T> where
    T: DeserializeOwned + 'static, 
[src]

impl<T> Responder for Xml<T> where
    T: Serialize
[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Xml<T> where
    T: RefUnwindSafe
[src]

impl<T> Send for Xml<T> where
    T: Send
[src]

impl<T> Sync for Xml<T> where
    T: Sync
[src]

impl<T> Unpin for Xml<T> where
    T: Unpin
[src]

impl<T> UnwindSafe for Xml<T> where
    T: UnwindSafe
[src]

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Interface for T where
    T: Send + Sync + Any
[src]

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

impl<T> ModuleInterface for T where
    T: Send + Sync + Any
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.