Struct localnative_core::Ssb[][src]

pub struct Ssb {
    pub note_rowid: i64,
    pub author: String,
    pub is_active_author: bool,
    pub is_last_note: bool,
    pub ts: i64,
    pub seq: i64,
    pub key: String,
    pub prev: String,
}

Fields

Trait Implementations

impl Debug for Ssb
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Ssb

impl Sync for Ssb