[][src]Struct url2::Url2Error

pub struct Url2Error(_);

Represents a Url2 Error

Methods

impl Url2Error[src]

pub fn kind(&self) -> &Url2ErrorKind[src]

access the Url2ErrorKind for this error

pub fn into_kind(self) -> Url2ErrorKind[src]

convert this error into a raw kind

Trait Implementations

impl From<Url2ErrorKind> for Url2Error[src]

impl From<ParseError> for Url2Error[src]

impl Clone for Url2Error[src]

impl Eq for Url2Error[src]

impl PartialEq<Url2Error> for Url2Error[src]

impl Display for Url2Error[src]

impl Debug for Url2Error[src]

impl StructuralPartialEq for Url2Error[src]

impl StructuralEq for Url2Error[src]

impl Error for Url2Error[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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