pub struct AddHookConfig {
pub name: Hook,
pub code: String,
}Expand description
Hook configuration for insertion
Fields§
§name: Hook§code: StringTrait Implementations§
Source§impl Clone for AddHookConfig
impl Clone for AddHookConfig
Source§fn clone(&self) -> AddHookConfig
fn clone(&self) -> AddHookConfig
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 AddHookConfig
impl Debug for AddHookConfig
Auto Trait Implementations§
impl Freeze for AddHookConfig
impl RefUnwindSafe for AddHookConfig
impl Send for AddHookConfig
impl Sync for AddHookConfig
impl Unpin for AddHookConfig
impl UnsafeUnpin for AddHookConfig
impl UnwindSafe for AddHookConfig
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