pub struct ResourcePayload {
pub stripe_resource: String,
pub outputs: BTreeMap<String, String>,
}Expand description
The checkpoint payload for any catalog resource: the Stripe resource name
(for observe/destroy) and the ${integrations.<name>.<output>} map.
Fields§
§stripe_resource: String§outputs: BTreeMap<String, String>Trait Implementations§
Source§impl Debug for ResourcePayload
impl Debug for ResourcePayload
Source§impl<'de> Deserialize<'de> for ResourcePayload
impl<'de> Deserialize<'de> for ResourcePayload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ResourcePayload
impl RefUnwindSafe for ResourcePayload
impl Send for ResourcePayload
impl Sync for ResourcePayload
impl Unpin for ResourcePayload
impl UnsafeUnpin for ResourcePayload
impl UnwindSafe for ResourcePayload
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