[][src]Trait rttp_client::types::IntoHeader

pub trait IntoHeader {
    fn into_headers(&self) -> Vec<Header>;
}

Required methods

fn into_headers(&self) -> Vec<Header>

Loading content...

Implementations on Foreign Types

impl<'a> IntoHeader for &'a str[src]

impl IntoHeader for String[src]

impl<K: AsRef<str> + Eq + Hash, V: AsRef<str>> IntoHeader for HashMap<K, V>[src]

impl<'a, IU: IntoHeader> IntoHeader for &'a IU[src]

impl<'a, IU: IntoHeader> IntoHeader for &'a mut IU[src]

impl<T: IntoHeader> IntoHeader for (T,)[src]

impl<T: IntoHeader> IntoHeader for (T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

impl<T: IntoHeader> IntoHeader for (T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T)[src]

Loading content...

Implementors

impl IntoHeader for Header[src]

Loading content...