Struct activitypub::activity::Offer[][src]

pub struct Offer {
    pub offer_props: OfferProperties,
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub activity_props: ActivityProperties,
    // some fields omitted
}

Indicates that the actor is offering the object.

If specified, the target indicates the entity to which the object is being offered.

Fields

Trait Implementations

impl Clone for Offer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Offer
[src]

Formats the value using the given formatter. Read more

impl Default for Offer
[src]

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

impl Object for Offer
[src]

impl Activity for Offer
[src]

Auto Trait Implementations

impl Send for Offer

impl Sync for Offer