Struct localnative_core::Note[][src]

pub struct Note {
    pub rowid: i64,
    pub title: String,
    pub url: String,
    pub tags: String,
    pub description: String,
    pub comments: String,
    pub annotations: String,
    pub created_at: String,
}

Fields

Trait Implementations

impl Debug for Note
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Note

impl Sync for Note