Struct git_checks::CheckSize
source · [−]pub struct CheckSize { /* private fields */ }Expand description
Checks that files committed to the tree do not exceed a specified size.
The check can be configured using the hooks-max-size attribute to change the maximum size
allowed for specific files.
Implementations
sourceimpl CheckSize
impl CheckSize
sourcepub fn builder() -> CheckSizeBuilder
pub fn builder() -> CheckSizeBuilder
Create a new builder.
Trait Implementations
sourceimpl ContentCheck for CheckSize
impl ContentCheck for CheckSize
impl Copy for CheckSize
Auto Trait Implementations
impl RefUnwindSafe for CheckSize
impl Send for CheckSize
impl Sync for CheckSize
impl Unpin for CheckSize
impl UnwindSafe for CheckSize
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