Struct sit_core::repository::Issue [] [src]

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

An issue residing in a repository

Methods

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

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> IssueTrait for Issue<'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