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

pub struct ProfileType;

A Unit Struct that represents the string "Profile"

Trait Implementations

impl Clone for ProfileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileType
[src]

Formats the value using the given formatter. Read more

impl Default for ProfileType
[src]

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

impl Serialize for ProfileType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for ProfileType

impl Sync for ProfileType