pub struct HookRunResult { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HookRunResult
impl Clone for HookRunResult
Source§fn clone(&self) -> HookRunResult
fn clone(&self) -> HookRunResult
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 HookRunResult
impl Debug for HookRunResult
Source§impl PartialEq for HookRunResult
impl PartialEq for HookRunResult
impl Eq for HookRunResult
impl StructuralPartialEq for HookRunResult
Auto Trait Implementations§
impl Freeze for HookRunResult
impl RefUnwindSafe for HookRunResult
impl Send for HookRunResult
impl Sync for HookRunResult
impl Unpin for HookRunResult
impl UnsafeUnpin for HookRunResult
impl UnwindSafe for HookRunResult
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