Struct activitystreams::activity::TentativeAccept[][src]

pub struct TentativeAccept {
    pub kind: TentativeAcceptType,
    pub tentative_accept_props: ActorAndObject,
    pub object_props: ObjectProperties,
    pub activity_props: ActivityProperties,
}

A specialization of Accept indicating that the acceptance is tentative.

Fields

Adds all valid tentative_accept properties to this struct

Adds all valid object properties to this struct

Adds all valid activity properties to this struct

Trait Implementations

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

Deserialize this value from the given Serde deserializer. Read more

impl Object for TentativeAccept
[src]

impl ActivityExt for TentativeAccept
[src]

impl Clone for TentativeAccept
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TentativeAccept
[src]

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

impl ObjectExt for TentativeAccept
[src]

impl Debug for TentativeAccept
[src]

Formats the value using the given formatter. Read more

impl Serialize for TentativeAccept
[src]

Serialize this value into the given Serde serializer. Read more

impl Activity for TentativeAccept
[src]

Auto Trait Implementations