Struct mp3_metadata::Url [] [src]

pub struct Url(pub String);

Trait Implementations

impl Debug for Url
[src]

Formats the value using the given formatter.

impl Default for Url
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Url
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.