Struct activitypub::object::Tombstone[][src]

pub struct Tombstone {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub tombstone_props: TombstoneProperties,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Tombstone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tombstone
[src]

Formats the value using the given formatter. Read more

impl Default for Tombstone
[src]

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

impl Object for Tombstone
[src]

Auto Trait Implementations

impl Send for Tombstone

impl Sync for Tombstone