[][src]Struct condure::zhttppacket::RejectedInfo

pub struct RejectedInfo<'buf, 'headers> {
    pub code: u32,
    pub reason: &'buf str,
    pub headers: &'headers [Header<'buf>],
    pub body: &'buf [u8],
}

Fields

code: u32reason: &'buf strheaders: &'headers [Header<'buf>]body: &'buf [u8]

Auto Trait Implementations

impl<'buf, 'headers> RefUnwindSafe for RejectedInfo<'buf, 'headers>

impl<'buf, 'headers> Send for RejectedInfo<'buf, 'headers>

impl<'buf, 'headers> Sync for RejectedInfo<'buf, 'headers>

impl<'buf, 'headers> Unpin for RejectedInfo<'buf, 'headers> where
    'buf: 'headers, 

impl<'buf, 'headers> UnwindSafe for RejectedInfo<'buf, 'headers>

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, 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.