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 Debug for SchemeData
impl Clone for SchemeData
fn clone(&self) -> SchemeData
fn clone_from(&mut self, source: &Self)
impl Eq for SchemeData
fn assert_receiver_is_total_eq(&self)
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
).