pub struct InMemoryHookRegistry { /* private fields */ }Expand description
In-memory hook registry implementation
Implementations§
Trait Implementations§
Source§impl Clone for InMemoryHookRegistry
impl Clone for InMemoryHookRegistry
Source§fn clone(&self) -> InMemoryHookRegistry
fn clone(&self) -> InMemoryHookRegistry
Returns a duplicate of the value. Read more
1.0.0 · 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 InMemoryHookRegistry
impl Debug for InMemoryHookRegistry
Source§impl Default for InMemoryHookRegistry
impl Default for InMemoryHookRegistry
Source§impl HookRegistry for InMemoryHookRegistry
impl HookRegistry for InMemoryHookRegistry
Auto Trait Implementations§
impl Freeze for InMemoryHookRegistry
impl RefUnwindSafe for InMemoryHookRegistry
impl Send for InMemoryHookRegistry
impl Sync for InMemoryHookRegistry
impl Unpin for InMemoryHookRegistry
impl UnwindSafe for InMemoryHookRegistry
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