pub struct ProvisionedCredentials {
pub resource_name: String,
pub raw: String,
}Expand description
A credential-bearing catalog provision result: the Stripe resource name and the raw env blob the provider returned (parsed by the caller, which knows the provider-specific shape — the catalog does not describe output keys).
Fields§
§resource_name: String§raw: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProvisionedCredentials
impl RefUnwindSafe for ProvisionedCredentials
impl Send for ProvisionedCredentials
impl Sync for ProvisionedCredentials
impl Unpin for ProvisionedCredentials
impl UnsafeUnpin for ProvisionedCredentials
impl UnwindSafe for ProvisionedCredentials
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