Struct elastic::client::requests::Url []

pub struct Url<'a>(_);

A wrapper around an owned or borrowed url.

Methods from Deref<Target = Cow<'a, str>>

Trait Implementations

impl<'a> Deref for Url<'a>

The resulting type after dereferencing.

Dereferences the value.

impl<'a> PartialEq<Url<'a>> for Url<'a>

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

This method tests for !=.

impl<'a> From<&'a str> for Url<'a>

Performs the conversion.

impl<'a> From<String> for Url<'a>

Performs the conversion.

impl<'a> Clone for Url<'a>

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Url<'a>

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Url<'a>

impl<'a> Sync for Url<'a>