Struct activitypub::ContextObject[][src]

pub struct ContextObject(pub String);

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

Trait Implementations

impl<'de> Deserialize<'de> for ContextObject
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for ContextObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for ContextObject
[src]

Serialize this value into the given Serde serializer. Read more

impl Debug for ContextObject
[src]

Formats the value using the given formatter. Read more

impl Object for ContextObject
[src]

Auto Trait Implementations