Struct wampire::URI[][src]

pub struct URI {
    pub uri: String,
}

Fields

Methods

impl URI
[src]

Trait Implementations

impl Debug for URI
[src]

Formats the value using the given formatter. Read more

impl PartialEq for URI
[src]

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

This method tests for !=.

impl Clone for URI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for URI
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for URI
[src]

impl Serialize for URI
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for URI
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for URI

impl Sync for URI