Enum rocket::http::hyper::header::DispositionParam [−][src]
pub enum DispositionParam {
Filename(Charset, Option<LanguageTag>, Vec<u8, Global>),
Ext(String, String),
}
Expand description
A parameter to the disposition type
Variants
A Filename consisting of a Charset, an optional LanguageTag, and finally a sequence of bytes representing the filename
Extension type consisting of token and value. Recipients should ignore unrecognized parameters.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DispositionParam
impl Send for DispositionParam
impl Sync for DispositionParam
impl Unpin for DispositionParam
impl UnwindSafe for DispositionParam
Blanket Implementations
Mutably borrows from an owned value. Read more