[][src]Trait activities::object::ObjectType

pub trait ObjectType {
    fn attachment(&self) { ... }
fn attributed_to(&self) { ... }
fn audience(&self) { ... }
fn content(&self) -> Option<&String> { ... }
fn context(&self) { ... }
fn name(&self) -> Option<&String> { ... }
fn end_time(&self) { ... }
fn generator(&self) { ... }
fn icon(&self) { ... }
fn image(&self) { ... }
fn in_reply_to(&self) { ... }
fn location(&self) { ... }
fn preview(&self) { ... }
fn published(&self) { ... }
fn summary(&self) { ... }
fn tag(&self) { ... }
fn updated(&self) { ... }
fn url(&self) -> Option<&Link> { ... }
fn to(&self) { ... }
fn bto(&self) { ... }
fn cc(&self) { ... }
fn bcc(&self) { ... }
fn media_type(&self) -> Option<Mime> { ... }
fn duration(&self) -> Option<Duration> { ... } }

Provided methods

fn attachment(&self)

fn attributed_to(&self)

fn audience(&self)

fn content(&self) -> Option<&String>

fn context(&self)

fn name(&self) -> Option<&String>

fn end_time(&self)

fn generator(&self)

fn icon(&self)

fn image(&self)

fn in_reply_to(&self)

fn location(&self)

fn preview(&self)

fn published(&self)

fn summary(&self)

fn tag(&self)

fn updated(&self)

fn url(&self) -> Option<&Link>

fn to(&self)

fn bto(&self)

fn cc(&self)

fn bcc(&self)

fn media_type(&self) -> Option<Mime>

fn duration(&self) -> Option<Duration>

Loading content...

Implementors

impl ObjectType for Article[src]

impl ObjectType for Document[src]

impl ObjectType for Video[src]

Loading content...