[][src]Trait trello::TrelloObject

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

Required methods

fn get_name(&self) -> &str

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

fn render(&self) -> String

Loading content...

Implementors

impl TrelloObject for Board[src]

impl TrelloObject for Card[src]

impl TrelloObject for Label[src]

impl TrelloObject for List[src]

Loading content...