Struct git_checks::FastForward
source · [−]pub struct FastForward { /* private fields */ }Expand description
A check which checks for fast-forward merge statuses.
Note that this check is fundamentally temporally bound because the state of the target ref can change the state of this check.
By default, only warnings are produced.
Implementations
sourceimpl FastForward
impl FastForward
sourcepub fn builder() -> FastForwardBuilder
pub fn builder() -> FastForwardBuilder
Create a new builder.
Trait Implementations
sourceimpl BranchCheck for FastForward
impl BranchCheck for FastForward
sourceimpl Clone for FastForward
impl Clone for FastForward
sourcefn clone(&self) -> FastForward
fn clone(&self) -> FastForward
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for FastForward
impl Send for FastForward
impl Sync for FastForward
impl Unpin for FastForward
impl UnwindSafe for FastForward
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more