Struct gr::remote::MergeRequestBodyArgs
source · pub struct MergeRequestBodyArgs {
pub title: String,
pub description: String,
pub source_branch: String,
pub target_repo: String,
pub target_branch: String,
pub assignee_id: String,
pub username: String,
pub remove_source_branch: String,
pub draft: bool,
}
Fields§
§title: String
§description: String
§source_branch: String
§target_repo: String
§target_branch: String
§assignee_id: String
§username: String
§remove_source_branch: String
§draft: bool
Implementations§
source§impl MergeRequestBodyArgs
impl MergeRequestBodyArgs
pub fn builder() -> MergeRequestBodyArgsBuilder
Auto Trait Implementations§
impl Freeze for MergeRequestBodyArgs
impl RefUnwindSafe for MergeRequestBodyArgs
impl Send for MergeRequestBodyArgs
impl Sync for MergeRequestBodyArgs
impl Unpin for MergeRequestBodyArgs
impl UnwindSafe for MergeRequestBodyArgs
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