Struct rocket::http::hyper::h1::EndError [−][src]
pub struct EndError<W>(_, _)
where
W: Write;
Trait Implementations
Auto Trait Implementations
impl<W> !RefUnwindSafe for EndError<W>
impl<W> Send for EndError<W> where
W: Send,
W: Send,
impl<W> Sync for EndError<W> where
W: Sync,
W: Sync,
impl<W> Unpin for EndError<W> where
W: Unpin,
W: Unpin,
impl<W> !UnwindSafe for EndError<W>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self
into a collection.
pub fn mapped<U, F, A>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
A: Array<Item = U>,
F: FnMut(T) -> U,
A: Array<Item = U>,
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,