Struct ockam_entity::TrustPolicyWorker
source ·
[−]pub struct TrustPolicyWorker<T: TrustPolicy> { /* fields omitted */ }Implementations
Trait Implementations
type Message = TrustPolicyRequest
type Message = TrustPolicyRequest
The type of Message the Worker is sent in Self::handle_message
The API and other resources available for the worker during message processing.
Try to open and handle a typed message
Override initialisation behaviour
Auto Trait Implementations
impl<T> RefUnwindSafe for TrustPolicyWorker<T> where
T: RefUnwindSafe,
impl<T> Send for TrustPolicyWorker<T>
impl<T> Sync for TrustPolicyWorker<T>
impl<T> Unpin for TrustPolicyWorker<T> where
T: Unpin,
impl<T> UnwindSafe for TrustPolicyWorker<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
