Struct sit_core::repository::Item [] [src]

pub struct Item<'a> { /* fields omitted */ }

An item residing in a repository

Methods

impl<'a> Item<'a>
[src]

[src]

Trait Implementations

impl<'a> Debug for Item<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> ItemTrait for Item<'a>
[src]

Error type used by the implementation

Record type used by the implementation

Type used to list records that can be referenced as a slice of records

Iterator over lists of records

[src]

Issue must have an ID, ideally human-readable

[src]

Iterates through the tree of records

[src]

Creates and returns a new record. Read more

Auto Trait Implementations

impl<'a> Send for Item<'a>

impl<'a> Sync for Item<'a>