Struct activitypub::object::Place[][src]

pub struct Place {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub place_props: PlaceProperties,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Place
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Place
[src]

Formats the value using the given formatter. Read more

impl Default for Place
[src]

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

impl Object for Place
[src]

Auto Trait Implementations

impl Send for Place

impl Sync for Place