pub struct CreateCustomerPortalLink;
Expand description
Generate a link for a customer to view their Stripe customer portal
Trait Implementations§
Source§impl ApiEndpoint for CreateCustomerPortalLink
impl ApiEndpoint for CreateCustomerPortalLink
Source§type Path = CreateCustomerPortalLinkPath
type Path = CreateCustomerPortalLinkPath
The path type for this endpoint.
Source§type Err = BillingError
type Err = BillingError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CreateCustomerPortalLink
impl RefUnwindSafe for CreateCustomerPortalLink
impl Send for CreateCustomerPortalLink
impl Sync for CreateCustomerPortalLink
impl Unpin for CreateCustomerPortalLink
impl UnwindSafe for CreateCustomerPortalLink
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