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>
fn same_as(&self, other: SchemeType) -> bool
impl Ord for SchemeType
fn cmp(&self, __arg_0: &SchemeType) -> Ordering
impl PartialOrd for SchemeType
fn partial_cmp(&self, __arg_0: &SchemeType) -> Option<Ordering>
fn lt(&self, __arg_0: &SchemeType) -> bool
fn le(&self, __arg_0: &SchemeType) -> bool
fn gt(&self, __arg_0: &SchemeType) -> bool
fn ge(&self, __arg_0: &SchemeType) -> bool
impl Hash for SchemeType
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Clone for SchemeType
fn clone(&self) -> SchemeType
fn clone_from(&mut self, source: &Self)
impl Debug for SchemeType
impl Copy for SchemeType
impl Eq for SchemeType
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
).