Enum url::SchemeData
[-] [+]
[src]
pub enum SchemeData { Relative(RelativeSchemeData), NonRelative(String), }
The components of the URL whose representation depends on where the scheme is relative.
pub enum SchemeData { Relative(RelativeSchemeData), NonRelative(String), }
The components of the URL whose representation depends on where the scheme is relative.
impl Display for SchemeData
impl Ord for SchemeData
fn cmp(&self, __arg_0: &SchemeData) -> Ordering
impl PartialOrd for SchemeData
fn partial_cmp(&self, __arg_0: &SchemeData) -> Option<Ordering>
fn lt(&self, __arg_0: &SchemeData) -> bool
fn le(&self, __arg_0: &SchemeData) -> bool
fn gt(&self, __arg_0: &SchemeData) -> bool
fn ge(&self, __arg_0: &SchemeData) -> bool
impl Hash for SchemeData
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for SchemeData
impl Clone for SchemeData
fn clone(&self) -> SchemeData
fn clone_from(&mut self, source: &Self)
impl Eq for SchemeData
impl PartialEq for SchemeData
fn eq(&self, __arg_0: &SchemeData) -> bool
fn ne(&self, __arg_0: &SchemeData) -> 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
).