Struct http_protocol::request::RequestPart [−][src]
pub struct RequestPart<UT, HT> { /* fields omitted */ }Trait Implementations
impl<UT, HT> Add<RequestPart<UT, HT>> for RequestPart<UT, HT>[src]
type Output = Self
The resulting type after applying the + operator.
fn add(self, other: Self) -> Self[src]
impl<UT: Clone, HT: Clone> Clone for RequestPart<UT, HT>[src]
fn clone(&self) -> RequestPart<UT, HT>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<UT: Debug, HT: Debug> Debug for RequestPart<UT, HT>[src]
Auto Trait Implementations
impl<UT, HT> RefUnwindSafe for RequestPart<UT, HT> where
HT: RefUnwindSafe,
UT: RefUnwindSafe,
HT: RefUnwindSafe,
UT: RefUnwindSafe,
impl<UT, HT> Send for RequestPart<UT, HT> where
HT: Send,
UT: Send,
HT: Send,
UT: Send,
impl<UT, HT> Sync for RequestPart<UT, HT> where
HT: Sync,
UT: Sync,
HT: Sync,
UT: Sync,
impl<UT, HT> Unpin for RequestPart<UT, HT> where
UT: Unpin,
UT: Unpin,
impl<UT, HT> UnwindSafe for RequestPart<UT, HT> where
HT: RefUnwindSafe,
UT: UnwindSafe,
HT: RefUnwindSafe,
UT: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,