pub struct MergeInput {
pub handler_id: String,
pub priority: HandlerPriority,
pub output: HookOutput,
}Expand description
Hook output plus the metadata needed to merge it deterministically.
Fields§
§handler_id: String§priority: HandlerPriority§output: HookOutputTrait Implementations§
Source§impl Clone for MergeInput
impl Clone for MergeInput
Source§fn clone(&self) -> MergeInput
fn clone(&self) -> MergeInput
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 MergeInput
impl RefUnwindSafe for MergeInput
impl Send for MergeInput
impl Sync for MergeInput
impl Unpin for MergeInput
impl UnsafeUnpin for MergeInput
impl UnwindSafe for MergeInput
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