Struct theca::Item [] [src]

pub struct Item {
    pub id: usize,
    pub title: String,
    pub status: Status,
    pub body: String,
    pub last_touched: String,
}

Represents a note within a profile

Fields

Trait Implementations

impl Decodable for Item
[src]

Deserialize a value using a Decoder.

impl Encodable for Item
[src]

Serialize a value using an Encoder.

impl Clone for Item
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Item
[src]

Formats the value using the given formatter.