pub struct MintStep {
pub credential_ref: String,
pub binding: String,
pub loc: Loc,
}Expand description
v2.46.0 — mint <Credential> as <binding>: the flow-step verb that
mints a declared ephemeral credential at runtime. The binding
receives the raw bearer string (shown once — the type checker forbids
it from flowing into a persist payload, axon-T896: credentials do
not enter stores). Undeclared credential reference = axon-T895.
Fields§
§credential_ref: String§binding: String§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for MintStep
impl RefUnwindSafe for MintStep
impl Send for MintStep
impl Sync for MintStep
impl Unpin for MintStep
impl UnsafeUnpin for MintStep
impl UnwindSafe for MintStep
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