[][src]Struct pbd::dua::extractor::actix::DUAs

pub struct DUAs { /* fields omitted */ }

Methods

impl DUAs[src]

pub fn new() -> DUAs[src]

pub fn duas_from_header_value(header_value: &HeaderValue) -> DUAs[src]

pub fn from_request(req: &HttpRequest) -> DUAs[src]

pub fn vec(&self) -> Vec<DUA>[src]

Trait Implementations

impl Clone for DUAs[src]

impl Debug for DUAs[src]

impl<'de> Deserialize<'de> for DUAs[src]

impl Display for DUAs[src]

impl FromRequest for DUAs[src]

type Config = ()

Configuration for this extractor

type Future = Result<Self, Self::Error>

Future that resolves to a Self

type Error = LocalError

The associated error which can be returned.

impl Serialize for DUAs[src]

Auto Trait Implementations

impl RefUnwindSafe for DUAs

impl Send for DUAs

impl Sync for DUAs

impl Unpin for DUAs

impl UnwindSafe for DUAs

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,