Enum mit_commit::Fragment [−][src]
Expand description
A Fragment
from the [CommitMessage
], either a comment or body
Variants
Body(Body<'a>)
A fragment that is going to appear in the git log
Tuple Fields of Body
0: Body<'a>
Comment(Comment<'a>)
A fragment that is a comment
Tuple Fields of Comment
0: Comment<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Fragment<'a>
impl<'a> UnwindSafe for Fragment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more