Struct activitystreams_types::activity::kind::MoveType[][src]

pub struct MoveType;

Trait Implementations

impl Clone for MoveType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MoveType
[src]

Formats the value using the given formatter. Read more

impl Default for MoveType
[src]

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

impl Serialize for MoveType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for MoveType

impl Sync for MoveType