Struct git_checks::CheckExecutablePermissions
source · [−]pub struct CheckExecutablePermissions { /* private fields */ }Expand description
Checks whether a file’s executable permissions matches its contents.
Files which look executable but are not marked as such or vice versa are rejected.
Implementations
sourceimpl CheckExecutablePermissions
impl CheckExecutablePermissions
sourcepub fn builder() -> CheckExecutablePermissionsBuilder
pub fn builder() -> CheckExecutablePermissionsBuilder
Create a new builder.
Trait Implementations
sourceimpl Clone for CheckExecutablePermissions
impl Clone for CheckExecutablePermissions
sourcefn clone(&self) -> CheckExecutablePermissions
fn clone(&self) -> CheckExecutablePermissions
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
sourceimpl Debug for CheckExecutablePermissions
impl Debug for CheckExecutablePermissions
sourceimpl Default for CheckExecutablePermissions
impl Default for CheckExecutablePermissions
sourcefn default() -> CheckExecutablePermissions
fn default() -> CheckExecutablePermissions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CheckExecutablePermissions
impl Send for CheckExecutablePermissions
impl Sync for CheckExecutablePermissions
impl Unpin for CheckExecutablePermissions
impl UnwindSafe for CheckExecutablePermissions
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