[][src]Struct rustpub::complex::core::IntransitiveActivity

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

Fields

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 IntransitiveActivity[src]

impl Debug for IntransitiveActivity[src]

impl Default for IntransitiveActivity[src]

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

impl From<IntransitiveActivity> for IntransitiveActivityEnum[src]

impl From<IntransitiveActivityEnum> for IntransitiveActivity[src]

impl ObjectBaseTrait for IntransitiveActivity[src]

impl ObjectTrait for IntransitiveActivity[src]

impl Serialize for IntransitiveActivity[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.