Struct git_checks::AllowRobot
source · [−]pub struct AllowRobot { /* private fields */ }Expand description
A check to allow robots to skip all checks.
Any actions performed by the identity are waved through and all other checks are ignored.
Implementations
sourceimpl AllowRobot
impl AllowRobot
sourcepub fn builder() -> AllowRobotBuilder
pub fn builder() -> AllowRobotBuilder
Create a new builder.
Trait Implementations
sourceimpl BranchCheck for AllowRobot
impl BranchCheck for AllowRobot
sourceimpl Clone for AllowRobot
impl Clone for AllowRobot
sourcefn clone(&self) -> AllowRobot
fn clone(&self) -> AllowRobot
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 AllowRobot
impl Send for AllowRobot
impl Sync for AllowRobot
impl Unpin for AllowRobot
impl UnwindSafe for AllowRobot
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