pub struct ActivationRequest { /* private fields */ }Expand description
Immutable input to an ActivationTransactionHook.
The hook may perform expensive preparation before returning. It must not
publish the prepared product itself; publication belongs in the
PreparedActivation closure so the framework can discard stale work.
Implementations§
Trait Implementations§
Source§impl Clone for ActivationRequest
impl Clone for ActivationRequest
Source§fn clone(&self) -> ActivationRequest
fn clone(&self) -> ActivationRequest
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 moreSource§impl Debug for ActivationRequest
impl Debug for ActivationRequest
impl Eq for ActivationRequest
Source§impl PartialEq for ActivationRequest
impl PartialEq for ActivationRequest
impl StructuralPartialEq for ActivationRequest
Auto Trait Implementations§
impl Freeze for ActivationRequest
impl RefUnwindSafe for ActivationRequest
impl Send for ActivationRequest
impl Sync for ActivationRequest
impl Unpin for ActivationRequest
impl UnsafeUnpin for ActivationRequest
impl UnwindSafe for ActivationRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.