Struct activitypub::object::Image[][src]

pub struct Image {
    pub object_props: ObjectProperties,
    pub ap_object_props: ApObjectProperties,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Default for Image
[src]

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

impl Object for Image
[src]

Auto Trait Implementations

impl Send for Image

impl Sync for Image