pub struct CreateBillingPortalSessionResponse {
pub url: String,
}Expand description
CreateBillingPortalSessionResponse model.
Fields§
§url: StringTrait Implementations§
Source§impl Clone for CreateBillingPortalSessionResponse
impl Clone for CreateBillingPortalSessionResponse
Source§fn clone(&self) -> CreateBillingPortalSessionResponse
fn clone(&self) -> CreateBillingPortalSessionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CreateBillingPortalSessionResponse
impl Default for CreateBillingPortalSessionResponse
Source§fn default() -> CreateBillingPortalSessionResponse
fn default() -> CreateBillingPortalSessionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateBillingPortalSessionResponse
impl<'de> Deserialize<'de> for CreateBillingPortalSessionResponse
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
impl StructuralPartialEq for CreateBillingPortalSessionResponse
Auto Trait Implementations§
impl Freeze for CreateBillingPortalSessionResponse
impl RefUnwindSafe for CreateBillingPortalSessionResponse
impl Send for CreateBillingPortalSessionResponse
impl Sync for CreateBillingPortalSessionResponse
impl Unpin for CreateBillingPortalSessionResponse
impl UnsafeUnpin for CreateBillingPortalSessionResponse
impl UnwindSafe for CreateBillingPortalSessionResponse
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