pub struct Scissors<'a> { /* private fields */ }
Expand description
The Scissors
from a [CommitMessage
]
Represents the scissors section of a commit message, which separates the commit message from the diff or other content that should not be included in the commit message.
Trait Implementations§
impl<'a> Eq for Scissors<'a>
impl<'a> StructuralPartialEq for Scissors<'a>
Auto Trait Implementations§
impl<'a> Freeze for Scissors<'a>
impl<'a> RefUnwindSafe for Scissors<'a>
impl<'a> Send for Scissors<'a>
impl<'a> Sync for Scissors<'a>
impl<'a> Unpin for Scissors<'a>
impl<'a> UnwindSafe for Scissors<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more