Struct localnative_core::Note
source · 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,
pub is_public: bool,
}Fields
rowid: i64title: Stringurl: Stringdescription: Stringcomments: Stringannotations: Stringcreated_at: Stringis_public: boolTrait Implementations
sourceimpl<'de> Deserialize<'de> for Note
impl<'de> Deserialize<'de> for Note
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 Note
impl Send for Note
impl Sync for Note
impl Unpin for Note
impl UnwindSafe for Note
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