pub enum CreatePlanProduct {
InlineProductParams(CreatePlanInlineProductParams),
Id(String),
}
Variants§
InlineProductParams(CreatePlanInlineProductParams)
Id(String)
Trait Implementations§
Source§impl Clone for CreatePlanProduct
impl Clone for CreatePlanProduct
Source§fn clone(&self) -> CreatePlanProduct
fn clone(&self) -> CreatePlanProduct
Returns a duplicate 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 Debug for CreatePlanProduct
impl Debug for CreatePlanProduct
Auto Trait Implementations§
impl Freeze for CreatePlanProduct
impl RefUnwindSafe for CreatePlanProduct
impl Send for CreatePlanProduct
impl Sync for CreatePlanProduct
impl Unpin for CreatePlanProduct
impl UnwindSafe for CreatePlanProduct
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