[][src]Trait crev_data::proof::ContentCommon

pub trait ContentCommon {
    fn date(&self) -> &Date;
fn set_date(&mut self, date: &Date);
fn author(&self) -> &PubId;
fn set_author(&mut self, id: &PubId);
fn draft_title(&self) -> String; fn date_utc(&self) -> DateTime<Utc> { ... }
fn author_id(&self) -> Id { ... }
fn author_url(&self) -> Url { ... } }

Required methods

fn date(&self) -> &Date

fn set_date(&mut self, date: &Date)

fn author(&self) -> &PubId

fn set_author(&mut self, id: &PubId)

fn draft_title(&self) -> String

Loading content...

Provided methods

fn date_utc(&self) -> DateTime<Utc>

fn author_id(&self) -> Id

fn author_url(&self) -> Url

Loading content...

Implementors

impl ContentCommon for Code[src]

impl ContentCommon for Package[src]

impl ContentCommon for Trust[src]

Loading content...