Struct url::ParseOptions [] [src]

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

Full configuration for the URL parser.

Methods

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

Change the base URL

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

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more