pub struct MergeRequestCliArgs {Show 18 fields
pub title: Option<String>,
pub title_from_commit: Option<String>,
pub description: Option<String>,
pub description_from_file: Option<String>,
pub target_branch: Option<String>,
pub target_repo: Option<String>,
pub fetch: Option<String>,
pub rebase: Option<String>,
pub auto: bool,
pub cache_args: CacheCliArgs,
pub open_browser: bool,
pub accept_summary: bool,
pub commit: Option<String>,
pub amend: bool,
pub force: bool,
pub draft: bool,
pub dry_run: bool,
pub summary: bool,
}Fields§
§title: Option<String>§title_from_commit: Option<String>§description: Option<String>§description_from_file: Option<String>§target_branch: Option<String>§target_repo: Option<String>§fetch: Option<String>§rebase: Option<String>§auto: bool§cache_args: CacheCliArgs§open_browser: bool§accept_summary: bool§commit: Option<String>§amend: bool§force: bool§draft: bool§dry_run: bool§summary: boolImplementations§
source§impl MergeRequestCliArgs
impl MergeRequestCliArgs
pub fn builder() -> MergeRequestCliArgsBuilder
Trait Implementations§
source§impl Clone for MergeRequestCliArgs
impl Clone for MergeRequestCliArgs
source§fn clone(&self) -> MergeRequestCliArgs
fn clone(&self) -> MergeRequestCliArgs
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for MergeRequestCliArgs
impl RefUnwindSafe for MergeRequestCliArgs
impl Send for MergeRequestCliArgs
impl Sync for MergeRequestCliArgs
impl Unpin for MergeRequestCliArgs
impl UnwindSafe for MergeRequestCliArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)