Struct localnative_core::SsbNote[][src]

pub struct SsbNote {
    pub note_title: String,
    pub note_url: String,
    pub note_tags: String,
    pub note_description: String,
    pub note_comments: String,
    pub note_annotations: String,
    pub note_created_at: String,
    pub author: String,
    pub ts: i64,
    pub key: String,
    pub prev: String,
    pub seq: i64,
}

Fields

Trait Implementations

impl Debug for SsbNote
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SsbNote

impl Sync for SsbNote