pub struct PreparedHookDispatch { /* private fields */ }Implementations§
Source§impl PreparedHookDispatch
impl PreparedHookDispatch
pub fn request(&self) -> &HookDispatchRequest
pub fn preview_runs(&self) -> &[HookRunSummary]
pub fn matched_handlers(&self) -> &[ConfiguredHandler]
Trait Implementations§
Source§impl Clone for PreparedHookDispatch
impl Clone for PreparedHookDispatch
Source§fn clone(&self) -> PreparedHookDispatch
fn clone(&self) -> PreparedHookDispatch
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 Freeze for PreparedHookDispatch
impl !RefUnwindSafe for PreparedHookDispatch
impl Send for PreparedHookDispatch
impl Sync for PreparedHookDispatch
impl Unpin for PreparedHookDispatch
impl UnsafeUnpin for PreparedHookDispatch
impl !UnwindSafe for PreparedHookDispatch
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