[−][src]Trait rocket_http::ext::IntoCollection
Trait implemented by types that can be converted into a collection.
Required methods
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
Converts self
into a collection.
Implementations on Foreign Types
impl<T> IntoCollection<T> for Vec<T>
[src]
impl<T> IntoCollection<T> for Vec<T>
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F: FnMut(T) -> U, A: Array<Item = U>>(self, f: F) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F: FnMut(T) -> U, A: Array<Item = U>>(self, f: F) -> SmallVec<A>
impl<'a, T: Clone> IntoCollection<T> for &'a [T]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 1]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 1]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 2]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 2]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 3]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 3]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 4]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 4]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 5]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 5]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 6]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 6]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 7]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 7]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 8]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 8]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 9]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 9]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 10]
[src]
impl<'a, T: Clone> IntoCollection<T> for &'a [T; 10]
ⓘImportant traits for SmallVec<A>fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
[src]
ⓘImportant traits for SmallVec<A>
fn into_collection<A: Array<Item = T>>(self) -> SmallVec<A>
ⓘImportant traits for SmallVec<A>fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
[src]
ⓘImportant traits for SmallVec<A>
fn mapped<U, F, A: Array<Item = U>>(self, f: F) -> SmallVec<A> where
F: FnMut(T) -> U,
Implementors
impl<T> IntoCollection<T> for T
[src]
impl<T> IntoCollection<T> for T