[][src]Struct localnative_core::SsbNote

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,
    pub is_public: bool,
}

Fields

note_title: Stringnote_url: Stringnote_tags: Stringnote_description: Stringnote_comments: Stringnote_annotations: Stringnote_created_at: Stringauthor: Stringts: i64key: Stringprev: Stringseq: i64is_public: bool

Trait Implementations

impl Debug for SsbNote[src]

impl Serialize for SsbNote[src]

impl<'de> Deserialize<'de> for SsbNote[src]

Auto Trait Implementations

impl Send for SsbNote

impl Sync for SsbNote

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]