[][src]Trait trello::TrelloObject

pub trait TrelloObject: Debug {
    fn get_type() -> String;
fn get_name(&self) -> &str;
fn get_fields() -> &'static [&'static str]; }

Required methods

fn get_type() -> String

fn get_name(&self) -> &str

fn get_fields() -> &'static [&'static str]

Loading content...

Implementors

impl TrelloObject for Attachment[src]

impl TrelloObject for Board[src]

impl TrelloObject for Card[src]

impl TrelloObject for Label[src]

impl TrelloObject for List[src]

Loading content...