[][src]Trait qbittorrent::traits::Tags

pub trait Tags<T, V: ?Sized> {
    fn add_tag<'life0, 'life1, 'life2, 'async_trait>(
        &'life0 self,
        other: &'life1 T,
        tags: &'life2 V
    ) -> Pin<Box<dyn Future<Output = Result<(), Error>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        'life1: 'async_trait,
        'life2: 'async_trait,
        Self: 'async_trait
; }

Required methods

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

Loading content...

Implementations on Foreign Types

impl Tags<Api, [String]> for Vec<Hash>[src]

impl Tags<Api, [String]> for Vec<Torrent>[src]

Loading content...

Implementors

impl Tags<Api, [String]> for Hash[src]

impl Tags<Api, [String]> for Torrent[src]

Loading content...