pub struct HooksNamespace { /* private fields */ }Expand description
Hooks operations namespace
Implementations§
Trait Implementations§
Source§impl Clone for HooksNamespace
impl Clone for HooksNamespace
Source§fn clone(&self) -> HooksNamespace
fn clone(&self) -> HooksNamespace
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for HooksNamespace
impl !UnwindSafe for HooksNamespace
impl Freeze for HooksNamespace
impl Send for HooksNamespace
impl Sync for HooksNamespace
impl Unpin for HooksNamespace
impl UnsafeUnpin for HooksNamespace
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