[][src]Struct rustpub::simple::core::Object

pub struct Object {
    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,
    pub one_of: OneOf,
    pub any_of: AnyOf,
    pub closed: Closed,
    pub actor: Actor,
    pub object: Object,
    pub target: Target,
    pub result: Result,
    pub origin: Origin,
    pub instrument: Instrument,
    pub total_items: TotalItems,
    pub current: Current,
    pub first: First,
    pub last: Last,
    pub items: Items,
    pub part_of: PartOf,
    pub next: Next,
    pub prev: Prev,
    pub start_index: StartIndex,
    pub accuracy: Accuracy,
    pub altitude: Altitude,
    pub latitude: Latitude,
    pub longitude: Longitude,
    pub radius: Radius,
    pub units: Units,
    pub describes: Describes,
    pub subject: Subject,
    pub relationship: Relationship,
    pub former_type: FormerType,
    pub deleted: Deleted,
    pub public_key: PublicKey,
    pub public_key_pem: PublicKeyPem,
    pub preferred_username: PreferredUsername,
    pub owner: Owner,
    pub inbox: Inbox,
    pub outbox: Outbox,
    pub followers: Followers,
    pub following: Following,
}

Fields

id: 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: Durationone_of: OneOfany_of: AnyOfclosed: Closedactor: Actorobject: Objecttarget: Targetresult: Resultorigin: Origininstrument: Instrumenttotal_items: TotalItemscurrent: Currentfirst: Firstlast: Lastitems: Itemspart_of: PartOfnext: Nextprev: Prevstart_index: StartIndexaccuracy: Accuracyaltitude: Altitudelatitude: Latitudelongitude: Longituderadius: Radiusunits: Unitsdescribes: Describessubject: Subjectrelationship: Relationshipformer_type: FormerTypedeleted: Deletedpublic_key: PublicKeypublic_key_pem: PublicKeyPempreferred_username: PreferredUsernameowner: Ownerinbox: Inboxoutbox: Outboxfollowers: Followersfollowing: Following

Trait Implementations

impl Clone for Object[src]

impl Debug for Object[src]

impl Default for Object[src]

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

impl From<Object> for ObjectEnum[src]

impl From<ObjectEnum> for Object[src]

impl ObjectBaseTrait for Object[src]

impl ObjectTrait for Object[src]

impl Serialize for Object[src]

Auto Trait Implementations

impl RefUnwindSafe for Object

impl Send for Object

impl Sync for Object

impl Unpin for Object

impl UnwindSafe for Object

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.