Enum httparse::Status
[−]
[src]
pub enum Status<T> {
Complete(T),
Partial,
}Variants
Complete | |
Partial |
pub enum Status<T> {
Complete(T),
Partial,
}Complete | |
Partial |
impl<T> Status<T>impl<T: Debug> Debug for Status<T> where T: Debugimpl<T: PartialEq> PartialEq for Status<T> where T: PartialEqimpl<T: Clone> Clone for Status<T> where T: Clonefn clone(&self) -> Status<T>fn clone_from(&mut self, source: &Self)impl<T: Copy> Copy for Status<T> where T: Copy
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)