Enum url::SchemeType
[-]
[+]
[src]
pub enum SchemeType {
NonRelative,
Relative(u16),
FileLike,
}Determines the behavior of the URL parser for a given scheme.
pub enum SchemeType {
NonRelative,
Relative(u16),
FileLike,
}Determines the behavior of the URL parser for a given scheme.
impl SchemeTypefn default_port(&self) -> Option<u16>impl Show for SchemeTypeimpl Copy for SchemeTypeimpl Eq for SchemeTypefn assert_receiver_is_total_eq(&self)impl PartialEq for SchemeTypefn eq(&self, __arg_0: &SchemeType) -> boolfn ne(&self, __arg_0: &SchemeType) -> bool
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).