pub struct ChannelToStoreLinkDetailsBillingDetails {
pub billing_status: Option<String>,
}
Expand description
Information specific to billing.
This type is not used in any activity, and only used as part of another schema.
Fields§
§billing_status: Option<String>
The current billing profile status.
Trait Implementations§
source§impl Clone for ChannelToStoreLinkDetailsBillingDetails
impl Clone for ChannelToStoreLinkDetailsBillingDetails
source§fn clone(&self) -> ChannelToStoreLinkDetailsBillingDetails
fn clone(&self) -> ChannelToStoreLinkDetailsBillingDetails
Returns a copy of the value. Read more
1.0.0 · 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 ChannelToStoreLinkDetailsBillingDetails
impl Default for ChannelToStoreLinkDetailsBillingDetails
source§fn default() -> ChannelToStoreLinkDetailsBillingDetails
fn default() -> ChannelToStoreLinkDetailsBillingDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ChannelToStoreLinkDetailsBillingDetails
impl<'de> Deserialize<'de> for ChannelToStoreLinkDetailsBillingDetails
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 Part for ChannelToStoreLinkDetailsBillingDetails
Auto Trait Implementations§
impl RefUnwindSafe for ChannelToStoreLinkDetailsBillingDetails
impl Send for ChannelToStoreLinkDetailsBillingDetails
impl Sync for ChannelToStoreLinkDetailsBillingDetails
impl Unpin for ChannelToStoreLinkDetailsBillingDetails
impl UnwindSafe for ChannelToStoreLinkDetailsBillingDetails
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