[][src]Struct dominator::Url

pub struct Url(_);

Methods

impl Url[src]

pub fn new(url: &str) -> Self[src]

pub fn hash(&self) -> String[src]

pub fn set_hash(&self, hash: &str)[src]

pub fn host(&self) -> String[src]

pub fn set_host(&self, host: &str)[src]

pub fn hostname(&self) -> String[src]

pub fn set_hostname(&self, hostname: &str)[src]

pub fn href(&self) -> String[src]

pub fn set_href(&self, href: &str)[src]

pub fn origin(&self) -> String[src]

pub fn password(&self) -> String[src]

pub fn set_password(&self, password: &str)[src]

pub fn pathname(&self) -> String[src]

pub fn set_pathname(&self, pathname: &str)[src]

pub fn port(&self) -> String[src]

pub fn set_port(&self, port: &str)[src]

pub fn protocol(&self) -> String[src]

pub fn set_protocol(&self, protocol: &str)[src]

pub fn search(&self) -> String[src]

pub fn username(&self) -> String[src]

pub fn set_username(&self, username: &str)[src]

Trait Implementations

impl AsRef<Reference> for Url[src]

impl PartialEq<Url> for Url[src]

impl From<Url> for Reference[src]

impl Clone for Url[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Url[src]

impl Display for Url[src]

impl Debug for Url[src]

impl TryFrom<Url> for Reference[src]

type Error = Void

The type returned in the event of a conversion error.

impl TryFrom<Reference> for Url[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Reference> for Url[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl TryFrom<Value> for Url[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl<'_r> TryFrom<&'_r Value> for Url[src]

type Error = ConversionError

The type returned in the event of a conversion error.

impl InstanceOf for Url[src]

impl JsSerialize for Url[src]

impl ReferenceType for Url[src]

impl JsSerializeOwned for Url[src]

impl<'_r> JsSerializeOwned for &'_r Url[src]

Auto Trait Implementations

impl Send for Url

impl Sync for Url

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.