Struct activitypub::object::Relationship[][src]

pub struct Relationship {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    pub relationship_props: RelationshipProperties,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Relationship
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Relationship
[src]

Formats the value using the given formatter. Read more

impl Default for Relationship
[src]

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

impl Object for Relationship
[src]

Auto Trait Implementations