Struct localnative_core::SsbNote
source · 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_description: Stringnote_comments: Stringnote_annotations: Stringnote_created_at: Stringts: i64key: Stringprev: Stringseq: i64is_public: boolTrait Implementations
sourceimpl<'de> Deserialize<'de> for SsbNote
impl<'de> Deserialize<'de> for SsbNote
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SsbNote
impl Send for SsbNote
impl Sync for SsbNote
impl Unpin for SsbNote
impl UnwindSafe for SsbNote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more