pub enum HookVerdict {
Allow,
Deny(String),
}Expand description
What a pre_tool hook decided.
Variants§
Trait Implementations§
Source§impl Clone for HookVerdict
impl Clone for HookVerdict
Source§fn clone(&self) -> HookVerdict
fn clone(&self) -> HookVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HookVerdict
impl Debug for HookVerdict
impl Eq for HookVerdict
Source§impl PartialEq for HookVerdict
impl PartialEq for HookVerdict
impl StructuralPartialEq for HookVerdict
Auto Trait Implementations§
impl Freeze for HookVerdict
impl RefUnwindSafe for HookVerdict
impl Send for HookVerdict
impl Sync for HookVerdict
impl Unpin for HookVerdict
impl UnsafeUnpin for HookVerdict
impl UnwindSafe for HookVerdict
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.