Struct git2::Note [] [src]

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

A structure representing a note in git.

Methods

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

Get the note author

Get the note committer

Get the note message, in bytes.

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

Get the note object's id

Trait Implementations

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

A method called when the value goes out of scope. Read more