pub struct HookTranspiler { /* private fields */ }Expand description
Transpiler that converts natural language hook descriptions to Hook structs
Implementations§
Auto Trait Implementations§
impl Freeze for HookTranspiler
impl !RefUnwindSafe for HookTranspiler
impl Send for HookTranspiler
impl Sync for HookTranspiler
impl Unpin for HookTranspiler
impl UnsafeUnpin for HookTranspiler
impl !UnwindSafe for HookTranspiler
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