Struct activitystreams_types::ContextObject[][src]

pub struct ContextObject(pub String);

Define a simple wrapper around a string for this crate's main Context type

Trait Implementations

impl Clone for ContextObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContextObject
[src]

Formats the value using the given formatter. Read more

impl Object for ContextObject
[src]

Auto Trait Implementations