pub struct SubscriptionPlanPath();
Trait Implementations§
Source§impl Clone for SubscriptionPlanPath
impl Clone for SubscriptionPlanPath
Source§fn clone(&self) -> SubscriptionPlanPath
fn clone(&self) -> SubscriptionPlanPath
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 Debug for SubscriptionPlanPath
impl Debug for SubscriptionPlanPath
Auto Trait Implementations§
impl Freeze for SubscriptionPlanPath
impl RefUnwindSafe for SubscriptionPlanPath
impl Send for SubscriptionPlanPath
impl Sync for SubscriptionPlanPath
impl Unpin for SubscriptionPlanPath
impl UnwindSafe for SubscriptionPlanPath
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