pub struct PullreqMergeInput {
pub bypass_rules: bool,
pub delete_source_branch: Option<bool>,
pub dry_run: bool,
pub message: String,
pub method: Option<Option<PullreqMergeMethod>>,
pub source_sha: String,
pub title: String,
}Fields§
§bypass_rules: bool§delete_source_branch: Option<bool>§dry_run: bool§message: String§method: Option<Option<PullreqMergeMethod>>§source_sha: String§title: StringImplementations§
Trait Implementations§
Source§impl Clone for PullreqMergeInput
impl Clone for PullreqMergeInput
Source§fn clone(&self) -> PullreqMergeInput
fn clone(&self) -> PullreqMergeInput
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullreqMergeInput
impl Debug for PullreqMergeInput
Source§impl Default for PullreqMergeInput
impl Default for PullreqMergeInput
Source§fn default() -> PullreqMergeInput
fn default() -> PullreqMergeInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullreqMergeInput
impl<'de> Deserialize<'de> for PullreqMergeInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PullreqMergeInput
impl PartialEq for PullreqMergeInput
Source§impl Serialize for PullreqMergeInput
impl Serialize for PullreqMergeInput
impl StructuralPartialEq for PullreqMergeInput
Auto Trait Implementations§
impl Freeze for PullreqMergeInput
impl RefUnwindSafe for PullreqMergeInput
impl Send for PullreqMergeInput
impl Sync for PullreqMergeInput
impl Unpin for PullreqMergeInput
impl UnwindSafe for PullreqMergeInput
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)