pub struct ServicesListResponse {
pub services: Vec<ServiceRef>,
pub plans: Vec<ServiceRef>,
}Expand description
stripe projects services list --json data.
The CLI returns both deployable services and companion plans in one
payload. Parent-plan ensure must consult plans — matching only services
misses orphan clerk/hobby rows and retries projects add into a 500.
Fields§
§services: Vec<ServiceRef>§plans: Vec<ServiceRef>Implementations§
Trait Implementations§
Source§impl Debug for ServicesListResponse
impl Debug for ServicesListResponse
Source§impl Default for ServicesListResponse
impl Default for ServicesListResponse
Source§fn default() -> ServicesListResponse
fn default() -> ServicesListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServicesListResponse
impl<'de> Deserialize<'de> for ServicesListResponse
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 ServicesListResponse
impl RefUnwindSafe for ServicesListResponse
impl Send for ServicesListResponse
impl Sync for ServicesListResponse
impl Unpin for ServicesListResponse
impl UnsafeUnpin for ServicesListResponse
impl UnwindSafe for ServicesListResponse
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