Struct git_checks::config::RejectBinariesConfig  
source · [−]pub struct RejectBinariesConfig {}Expand description
Configuration for the RejectBinaries check.
No configuration available.
This check is registered as a commit check with the name "reject_binaries" and a topic
check with the name "reject_binaries/topic".
Trait Implementations
sourceimpl Debug for RejectBinariesConfig
 
impl Debug for RejectBinariesConfig
sourceimpl<'de> Deserialize<'de> for RejectBinariesConfig
 
impl<'de> Deserialize<'de> for RejectBinariesConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl IntoCheck for RejectBinariesConfig
 
impl IntoCheck for RejectBinariesConfig
type Check = RejectBinaries
type Check = RejectBinaries
The check parsed by this configuration.
sourcefn into_check(self) -> Self::Check
 
fn into_check(self) -> Self::Check
Create a new instance of the check from the configuration.
Auto Trait Implementations
impl RefUnwindSafe for RejectBinariesConfig
impl Send for RejectBinariesConfig
impl Sync for RejectBinariesConfig
impl Unpin for RejectBinariesConfig
impl UnwindSafe for RejectBinariesConfig
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