[][src]Enum rustpub::complex::core::IntransitiveActivityEnum

pub enum IntransitiveActivityEnum {
    Brief(String),
    Full {
        actor: Actor,
        target: Target,
        result: Result,
        origin: Origin,
        instrument: Instrument,
        id: Id,
        kind: Kind,
        attachment: Attachment,
        attributed_to: AttributedTo,
        audience: Audience,
        content: Content,
        context: Context,
        name: Name,
        end_time: EndTime,
        generator: Generator,
        icon: Icon,
        image: Image,
        in_reply_to: InReplyTo,
        location: Location,
        preview: Preview,
        published: Published,
        replies: Replies,
        start_time: StartTime,
        summary: Summary,
        tag: Tag,
        updated: Updated,
        url: Url,
        to: To,
        bto: BTo,
        cc: CC,
        bcc: BCC,
        media_type: MediaType,
        duration: Duration,
    },
}

Variants

Brief(String)
Full

Fields of Full

actor: Actortarget: Targetresult: Resultorigin: Origininstrument: Instrumentid: Idkind: Kindattachment: Attachmentattributed_to: AttributedToaudience: Audiencecontent: Contentcontext: Contextname: Nameend_time: EndTimegenerator: Generatoricon: Iconimage: Imagein_reply_to: InReplyTolocation: Locationpreview: Previewpublished: Publishedreplies: Repliesstart_time: StartTimesummary: Summarytag: Tagupdated: Updatedurl: Urlto: Tobto: BTocc: CCbcc: BCCmedia_type: MediaTypeduration: Duration

Trait Implementations

impl Clone for IntransitiveActivityEnum[src]

impl Debug for IntransitiveActivityEnum[src]

impl<'de> Deserialize<'de> for IntransitiveActivityEnum[src]

impl From<IntransitiveActivity> for IntransitiveActivityEnum[src]

impl From<IntransitiveActivityEnum> for IntransitiveActivity[src]

impl Serialize for IntransitiveActivityEnum[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.