pub struct FmtMergeMsgOptions {
pub message: Option<String>,
pub into_name: Option<String>,
}Expand description
Options for fmt_merge_msg.
Fields§
§message: Option<String>Override the first line of the message with this text. When set, the branch-name title is suppressed.
into_name: Option<String>Override the target branch name shown in into <branch>.
Trait Implementations§
Source§impl Clone for FmtMergeMsgOptions
impl Clone for FmtMergeMsgOptions
Source§fn clone(&self) -> FmtMergeMsgOptions
fn clone(&self) -> FmtMergeMsgOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FmtMergeMsgOptions
impl Debug for FmtMergeMsgOptions
Source§impl Default for FmtMergeMsgOptions
impl Default for FmtMergeMsgOptions
Source§fn default() -> FmtMergeMsgOptions
fn default() -> FmtMergeMsgOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FmtMergeMsgOptions
impl RefUnwindSafe for FmtMergeMsgOptions
impl Send for FmtMergeMsgOptions
impl Sync for FmtMergeMsgOptions
impl Unpin for FmtMergeMsgOptions
impl UnsafeUnpin for FmtMergeMsgOptions
impl UnwindSafe for FmtMergeMsgOptions
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