[][src]Trait qbittorrent::traits::Pause

pub trait Pause<T> {
    fn pause<'life0, 'life1, 'async_trait>(
        &'life0 self,
        other: &'life1 T
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        Self: 'async_trait
; }

Required methods

fn pause<'life0, 'life1, 'async_trait>(
    &'life0 self,
    other: &'life1 T
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    'life1: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl Pause<Api> for Vec<Hash>[src]

Loading content...

Implementors

impl Pause<Api> for Hash[src]

impl Pause<Api> for Torrent[src]

Loading content...