Struct activitystreams_types::object::kind::ArticleType[][src]

pub struct ArticleType;

A Unit Struct that represents the string "Article"

Trait Implementations

impl Clone for ArticleType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ArticleType
[src]

Formats the value using the given formatter. Read more

impl Default for ArticleType
[src]

Returns the "default value" for a type. Read more

impl Serialize for ArticleType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for ArticleType

impl Sync for ArticleType