pub struct AddedResource {
pub name: String,
pub data: Value,
}Expand description
Result of add_resource: the Stripe local name that was env-attached and
the projects add payload (null on reuse).
Fields§
§name: String§data: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddedResource
impl RefUnwindSafe for AddedResource
impl Send for AddedResource
impl Sync for AddedResource
impl Unpin for AddedResource
impl UnsafeUnpin for AddedResource
impl UnwindSafe for AddedResource
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