[][src]Struct git_checks::RejectBinaries

pub struct RejectBinaries {}

Reject binary files.

This check detects binaries in various formats and rejects content where they are found.

Note that new formats may be detected in the future, so this check may start rejecting commits which had previously been accepted.

Implementations

impl RejectBinaries[src]

pub fn builder() -> RejectBinariesBuilder[src]

Create a new builder.

Trait Implementations

impl Clone for RejectBinaries[src]

impl ContentCheck for RejectBinaries[src]

impl Copy for RejectBinaries[src]

impl Debug for RejectBinaries[src]

impl Default for RejectBinaries[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Check for T where
    T: ContentCheck
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> TopicCheck for T where
    T: ContentCheck
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.