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]
impl Clone for ContextObjectfn clone(&self) -> ContextObject[src]
fn clone(&self) -> ContextObjectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ContextObject[src]
impl Debug for ContextObjectfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Object for ContextObject[src]
impl Object for ContextObjectAuto Trait Implementations
impl Send for ContextObject
impl Send for ContextObjectimpl Sync for ContextObject
impl Sync for ContextObject