[][src]Enum gstreamer::URIError

pub enum URIError {
    UnsupportedProtocol,
    BadUri,
    BadState,
    BadReference,
    // some variants omitted
}

Different URI-related errors that can occur.

Variants

UnsupportedProtocol
BadUri
BadState
BadReference

Trait Implementations

impl Clone for URIError[src]

impl Copy for URIError[src]

impl Debug for URIError[src]

impl Eq for URIError[src]

impl ErrorDomain for URIError[src]

impl<'a> FromValue<'a> for URIError[src]

impl<'a> FromValueOptional<'a> for URIError[src]

impl Hash for URIError[src]

impl Ord for URIError[src]

impl PartialEq<URIError> for URIError[src]

impl PartialOrd<URIError> for URIError[src]

impl SetValue for URIError[src]

impl StaticType for URIError[src]

impl StructuralEq for URIError[src]

impl StructuralPartialEq for URIError[src]

Auto Trait Implementations

impl RefUnwindSafe for URIError

impl Send for URIError

impl Sync for URIError

impl Unpin for URIError

impl UnwindSafe for URIError

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?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.