Struct wamp::URI [] [src]

pub struct URI {
    pub uri: String,
}

Fields

Methods

impl URI
[src]

Trait Implementations

impl Eq for URI
[src]

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 Clone for URI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. 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 Debug for URI
[src]

Formats the value using the given formatter.

impl Serialize for URI
[src]

Serializes this value into this serializer.

impl Deserialize for URI
[src]

Deserialize this value given this Deserializer.