Struct acestream_client::AceResponse[][src]

pub struct AceResponse<T> {
    pub response: T,
    // some fields omitted
}

Fields

Trait Implementations

impl<T: Debug> Debug for AceResponse<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for AceResponse<T> where
    T: Send

impl<T> Sync for AceResponse<T> where
    T: Sync