Struct git2::Note [] [src]

pub struct Note<'repo> { /* fields omitted */ }

A structure representing a note in git.

Methods

impl<'repo> Note<'repo>
[src]

[src]

Get the note author

[src]

Get the note committer

[src]

Get the note message, in bytes.

[src]

Get the note message as a string, returning None if it is not UTF-8.

[src]

Get the note object's id

Trait Implementations

impl<'repo> Drop for Note<'repo>
[src]

[src]

Executes the destructor for this type. Read more