pub struct SsbNote {
Show 13 fields 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

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.