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: String
§note_url: String
§note_description: String
§note_comments: String
§note_annotations: String
§note_created_at: String
§ts: i64
§key: String
§prev: String
§seq: i64
§is_public: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SsbNote
impl<'de> Deserialize<'de> for SsbNote
Source§fn 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 Freeze for SsbNote
impl RefUnwindSafe for SsbNote
impl Send for SsbNote
impl Sync for SsbNote
impl Unpin for SsbNote
impl UnwindSafe for SsbNote
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more