pub struct CommitMessage {
pub title: String,
pub body: Option<String>,
pub marks: Vec<String>,
}Fields§
§title: String§body: Option<String>§marks: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for CommitMessage
impl RefUnwindSafe for CommitMessage
impl Send for CommitMessage
impl Sync for CommitMessage
impl Unpin for CommitMessage
impl UnsafeUnpin for CommitMessage
impl UnwindSafe for CommitMessage
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