pub struct HookExecutorRef(/* private fields */);Expand description
Describes the hook executor ref portion of a runtime package snapshot. Use it when package authors or tests need explicit package configuration; validation and activation happen in package/runtime coordinators.
Implementations§
Trait Implementations§
Source§impl Clone for HookExecutorRef
impl Clone for HookExecutorRef
Source§fn clone(&self) -> HookExecutorRef
fn clone(&self) -> HookExecutorRef
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 HookExecutorRef
impl Debug for HookExecutorRef
Source§impl<'de> Deserialize<'de> for HookExecutorRef
impl<'de> Deserialize<'de> for HookExecutorRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HookExecutorRef
impl Hash for HookExecutorRef
Source§impl Ord for HookExecutorRef
impl Ord for HookExecutorRef
Source§fn cmp(&self, other: &HookExecutorRef) -> Ordering
fn cmp(&self, other: &HookExecutorRef) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HookExecutorRef
impl PartialEq for HookExecutorRef
Source§fn eq(&self, other: &HookExecutorRef) -> bool
fn eq(&self, other: &HookExecutorRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HookExecutorRef
impl PartialOrd for HookExecutorRef
Source§impl Serialize for HookExecutorRef
impl Serialize for HookExecutorRef
impl Eq for HookExecutorRef
impl StructuralPartialEq for HookExecutorRef
Auto Trait Implementations§
impl Freeze for HookExecutorRef
impl RefUnwindSafe for HookExecutorRef
impl Send for HookExecutorRef
impl Sync for HookExecutorRef
impl Unpin for HookExecutorRef
impl UnsafeUnpin for HookExecutorRef
impl UnwindSafe for HookExecutorRef
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