Struct dogear::Item[][src]

pub struct Item {
    pub guid: Guid,
    pub kind: Kind,
    pub age: i64,
    pub needs_merge: bool,
}

An item in a local or remote bookmark tree.

Fields

Methods

impl Item
[src]

Trait Implementations

impl Debug for Item
[src]

Formats the value using the given formatter. Read more

impl Eq for Item
[src]

impl PartialEq for Item
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for Item
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Item

impl Sync for Item