pub struct HookDispatchRequest {
pub event_name: HookEventName,
pub matcher_value: Option<String>,
pub payload: Value,
pub fired_hook_ids: BTreeSet<String>,
}Fields§
§event_name: HookEventName§matcher_value: Option<String>§payload: Value§fired_hook_ids: BTreeSet<String>Trait Implementations§
Source§impl Clone for HookDispatchRequest
impl Clone for HookDispatchRequest
Source§fn clone(&self) -> HookDispatchRequest
fn clone(&self) -> HookDispatchRequest
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 HookDispatchRequest
impl RefUnwindSafe for HookDispatchRequest
impl Send for HookDispatchRequest
impl Sync for HookDispatchRequest
impl Unpin for HookDispatchRequest
impl UnsafeUnpin for HookDispatchRequest
impl UnwindSafe for HookDispatchRequest
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