pub struct InlineHooksConfig<'a> {
pub lib_name: &'a str,
pub hooks: Vec<HookDef>,
pub extra_action: Option<ExtraAction<'a>>,
}Fields§
§lib_name: &'a str§hooks: Vec<HookDef>§extra_action: Option<ExtraAction<'a>>Auto Trait Implementations§
impl<'a> Freeze for InlineHooksConfig<'a>
impl<'a> !RefUnwindSafe for InlineHooksConfig<'a>
impl<'a> !Send for InlineHooksConfig<'a>
impl<'a> !Sync for InlineHooksConfig<'a>
impl<'a> Unpin for InlineHooksConfig<'a>
impl<'a> UnsafeUnpin for InlineHooksConfig<'a>
impl<'a> !UnwindSafe for InlineHooksConfig<'a>
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