pub struct MergeCheckPartial { /* private fields */ }Expand description
Partial MergeCheck — names the branch being tested; chain
into_base to name the base it must be merged into.
Implementations§
Source§impl MergeCheckPartial
impl MergeCheckPartial
Sourcepub fn into_base(self, base: impl Into<String>) -> MergeCheck
pub fn into_base(self, base: impl Into<String>) -> MergeCheck
The base branch/ref branch should be fully merged into.
Trait Implementations§
Source§impl Clone for MergeCheckPartial
impl Clone for MergeCheckPartial
Source§fn clone(&self) -> MergeCheckPartial
fn clone(&self) -> MergeCheckPartial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MergeCheckPartial
impl RefUnwindSafe for MergeCheckPartial
impl Send for MergeCheckPartial
impl Sync for MergeCheckPartial
impl Unpin for MergeCheckPartial
impl UnsafeUnpin for MergeCheckPartial
impl UnwindSafe for MergeCheckPartial
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