Struct mr_splashy_pants::api::generated::request::links_and_comments::ApiSubmitCrosspost[][src]

pub struct ApiSubmitCrosspost {
Show 13 fields pub api_type: String, pub crosspost_fullname: String, pub kind: String, pub nsfw: String, pub original_content: String, pub post_to_twitter: String, pub sendreplies: String, pub show_error_list: String, pub spoiler: String, pub sr: String, pub submit_type: String, pub title: String, pub validate_on_submit: String,
}

Fields

api_type: Stringcrosspost_fullname: Stringkind: Stringnsfw: Stringoriginal_content: Stringpost_to_twitter: Stringsendreplies: Stringshow_error_list: Stringspoiler: Stringsr: Stringsubmit_type: Stringtitle: Stringvalidate_on_submit: String

Trait Implementations

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more