pub struct HookBuilder { /* private fields */ }Implementations§
Source§impl HookBuilder
impl HookBuilder
Auto Trait Implementations§
impl Freeze for HookBuilder
impl !RefUnwindSafe for HookBuilder
impl !Send for HookBuilder
impl !Sync for HookBuilder
impl Unpin for HookBuilder
impl UnsafeUnpin for HookBuilder
impl !UnwindSafe for HookBuilder
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