Struct acestream_client::Engine[][src]

pub struct Engine {
    pub engine_url: Url,
    pub streams: HashMap<String, Stream>,
}

Fields

Methods

impl Engine
[src]

Trait Implementations

impl Debug for Engine
[src]

Formats the value using the given formatter. Read more

impl Default for Engine
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Engine

impl Sync for Engine