pub struct WorkflowSecretMaterial(/* private fields */);Expand description
Resolves a typed, persisted-safe capability handle to ephemeral secret material. Implementations own access control; raw values are never returned in snapshots/events/errors.
Implementations§
Auto Trait Implementations§
impl Freeze for WorkflowSecretMaterial
impl RefUnwindSafe for WorkflowSecretMaterial
impl Send for WorkflowSecretMaterial
impl Sync for WorkflowSecretMaterial
impl Unpin for WorkflowSecretMaterial
impl UnsafeUnpin for WorkflowSecretMaterial
impl UnwindSafe for WorkflowSecretMaterial
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