[][src]Struct zotero::data_structure::item::ItemMeta

pub struct ItemMeta {
    pub creator_summary: Option<String>,
    pub parsed_date: Option<String>,
    pub num_children: Option<usize>,
    pub num_collections: Option<usize>,
    pub num_items: Option<usize>,
}

Fields

creator_summary: Option<String>parsed_date: Option<String>num_children: Option<usize>num_collections: Option<usize>num_items: Option<usize>

Trait Implementations

impl Clone for ItemMeta[src]

impl PartialEq<ItemMeta> for ItemMeta[src]

impl Debug for ItemMeta[src]

impl Serialize for ItemMeta[src]

impl<'de> Deserialize<'de> for ItemMeta[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]