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> Debug for Note<'repo>
[src]

Formats the value using the given formatter. Read more

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

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'repo> !Send for Note<'repo>

impl<'repo> !Sync for Note<'repo>