Struct rustube::blocking::VideoDescrambler[][src]

pub struct VideoDescrambler(_);
This is supported on crate feature blocking only.

A synchronous wrapper around VideoDescrambler.

Implementations

impl VideoDescrambler[src]

pub fn descramble(self) -> Result<Video>[src]

This is supported on crate feature descramble only.

A synchronous wrapper around VideoDescrambler::descramble.

Methods from Deref<Target = AsyncVideoDescrambler>

pub fn video_info(&self) -> &VideoInfo[src]

This is supported on crate feature descramble only.

The VideoInfo of the video.

pub fn video_details(&self) -> &VideoDetails[src]

This is supported on crate feature descramble only.

The VideoDetails of the video.

pub fn video_id(&self) -> &IdBuf[src]

This is supported on crate feature descramble only.

The Id of the video.

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

This is supported on crate feature descramble only.

The title of the video.

Trait Implementations

impl Clone for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl Debug for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl Deref for VideoDescrambler[src]

This is supported on crate feature descramble only.

type Target = AsyncVideoDescrambler

The resulting type after dereferencing.

impl DerefMut for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl Display for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl Eq for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl PartialEq<VideoDescrambler> for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl StructuralEq for VideoDescrambler[src]

This is supported on crate feature descramble only.

impl StructuralPartialEq for VideoDescrambler[src]

This is supported on crate feature descramble only.

Auto Trait Implementations

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T> Instrument 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> 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.