Struct url::ParseOptions [] [src]

pub struct ParseOptions<'a> { /* fields omitted */ }
[]

Full configuration for the URL parser.

Methods

impl<'a> ParseOptions<'a>
[src]

[src]
[]

Change the base URL

[src]
[]

Call the provided function or closure on non-fatal parse errors.

[src]
[]

Parse an URL string with the configuration so far.

Trait Implementations

impl<'a> Copy for ParseOptions<'a>
[src]

impl<'a> Clone for ParseOptions<'a>
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl<'a> Debug for ParseOptions<'a>
[src]

[src]
[]

Formats the value using the given formatter.