[−][src]Struct git_checks::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]
fn clone(&self) -> RejectBinaries
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ContentCheck for RejectBinaries
[src]
fn name(&self) -> &str
[src]
fn check(
&self,
ctx: &CheckGitContext,
content: &dyn Content
) -> Result<CheckResult, Box<dyn Error>>
[src]
&self,
ctx: &CheckGitContext,
content: &dyn Content
) -> Result<CheckResult, Box<dyn Error>>
impl Copy for RejectBinaries
[src]
impl Debug for RejectBinaries
[src]
impl Default for RejectBinaries
[src]
fn default() -> RejectBinaries
[src]
Auto Trait Implementations
impl RefUnwindSafe for RejectBinaries
impl Send for RejectBinaries
impl Sync for RejectBinaries
impl Unpin for RejectBinaries
impl UnwindSafe for RejectBinaries
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Check for T where
T: ContentCheck,
[src]
T: ContentCheck,
fn name(&self) -> &str
[src]
fn check(
&self,
ctx: &CheckGitContext,
commit: &Commit
) -> Result<CheckResult, Box<dyn Error + 'static>>
[src]
&self,
ctx: &CheckGitContext,
commit: &Commit
) -> Result<CheckResult, Box<dyn Error + 'static>>
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> TopicCheck for T where
T: ContentCheck,
[src]
T: ContentCheck,
fn name(&self) -> &str
[src]
fn check(
&self,
ctx: &CheckGitContext,
topic: &Topic
) -> Result<CheckResult, Box<dyn Error + 'static>>
[src]
&self,
ctx: &CheckGitContext,
topic: &Topic
) -> Result<CheckResult, Box<dyn Error + 'static>>
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,