pub struct GitHookConfig { /* private fields */ }Expand description
Configuration for GitHook
Trait Implementations§
Source§impl Clone for GitHookConfig
impl Clone for GitHookConfig
Source§fn clone(&self) -> GitHookConfig
fn clone(&self) -> GitHookConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitHookConfig
impl Debug for GitHookConfig
Source§impl<'de> Deserialize<'de> for GitHookConfig
impl<'de> Deserialize<'de> for GitHookConfig
Source§fn 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
Auto Trait Implementations§
impl Freeze for GitHookConfig
impl RefUnwindSafe for GitHookConfig
impl Send for GitHookConfig
impl Sync for GitHookConfig
impl Unpin for GitHookConfig
impl UnwindSafe for GitHookConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more