pub enum HookInstallSourceKind {
File,
Stdin,
}Expand description
How hook install obtains script bytes.
Variants§
Trait Implementations§
Source§impl Clone for HookInstallSourceKind
impl Clone for HookInstallSourceKind
Source§fn clone(&self) -> HookInstallSourceKind
fn clone(&self) -> HookInstallSourceKind
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 moreimpl Copy for HookInstallSourceKind
Source§impl Debug for HookInstallSourceKind
impl Debug for HookInstallSourceKind
impl Eq for HookInstallSourceKind
Source§impl PartialEq for HookInstallSourceKind
impl PartialEq for HookInstallSourceKind
impl StructuralPartialEq for HookInstallSourceKind
Auto Trait Implementations§
impl Freeze for HookInstallSourceKind
impl RefUnwindSafe for HookInstallSourceKind
impl Send for HookInstallSourceKind
impl Sync for HookInstallSourceKind
impl Unpin for HookInstallSourceKind
impl UnsafeUnpin for HookInstallSourceKind
impl UnwindSafe for HookInstallSourceKind
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