Struct ttrss_api::Attachment [−][src]
pub struct Attachment {
pub id: Value,
pub content_url: String,
pub content_type: String,
pub title: String,
pub duration: String,
pub width: i64,
pub height: i64,
pub post_id: i64,
pub extra: HashMap<String, Value>,
}Expand description
Fields
id: Valuecontent_url: Stringcontent_type: Stringtitle: Stringduration: Stringwidth: i64height: i64post_id: i64extra: HashMap<String, Value>Additional fields not specifically deefined in the struct
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more