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 SchemeType
fn default_port(&self) -> Option<u16>
impl Show for SchemeType
impl Copy for SchemeType
impl Eq for SchemeType
fn assert_receiver_is_total_eq(&self)
impl PartialEq for SchemeType
fn eq(&self, __arg_0: &SchemeType) -> bool
fn 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
).