[][src]Trait plex_api::CanBeDeleted

pub trait CanBeDeleted {
    fn delete(&mut self) -> Result<Response>;
}

Required methods

fn delete(&mut self) -> Result<Response>

Loading content...

Implementors

impl<T: HasDeleteUrl + HasMyPlexToken + HasPlexHeaders> CanBeDeleted for T[src]

fn delete(&mut self) -> Result<Response>[src]

Remove current object from your account.

Loading content...