[][src]Struct darpi::Query

pub struct Query<T>(pub T);

Implementations

impl<T> Query<T>[src]

pub fn into_inner(self) -> T[src]

pub fn from_query(query_str: &str) -> Result<Query<T>, QueryPayloadError> where
    T: DeserializeOwned
[src]

Trait Implementations

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

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

type Target = T

The resulting type after dereferencing.

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

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

impl<T> Eq for Query<T> where
    T: Eq
[src]

impl<T> Ord for Query<T> where
    T: Ord
[src]

impl<T> PartialEq<Query<T>> for Query<T> where
    T: PartialEq<T>, 
[src]

impl<T> PartialOrd<Query<T>> for Query<T> where
    T: PartialOrd<T>, 
[src]

impl<T> StructuralEq for Query<T>[src]

impl<T> StructuralPartialEq for Query<T>[src]

Auto Trait Implementations

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

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

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

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

impl<T> UnwindSafe for Query<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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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.