pub enum UpdateQuoteSubscriptionDataEffectiveDate {
CurrentPeriodEnd,
Timestamp(Timestamp),
}
Expand description
When creating a new subscription, the date of which the subscription schedule will start after the quote is accepted.
The effective_date
is ignored if it is in the past when the quote is accepted.
Variants§
Trait Implementations§
Source§impl Clone for UpdateQuoteSubscriptionDataEffectiveDate
impl Clone for UpdateQuoteSubscriptionDataEffectiveDate
Source§fn clone(&self) -> UpdateQuoteSubscriptionDataEffectiveDate
fn clone(&self) -> UpdateQuoteSubscriptionDataEffectiveDate
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 moreimpl Copy for UpdateQuoteSubscriptionDataEffectiveDate
Auto Trait Implementations§
impl Freeze for UpdateQuoteSubscriptionDataEffectiveDate
impl RefUnwindSafe for UpdateQuoteSubscriptionDataEffectiveDate
impl Send for UpdateQuoteSubscriptionDataEffectiveDate
impl Sync for UpdateQuoteSubscriptionDataEffectiveDate
impl Unpin for UpdateQuoteSubscriptionDataEffectiveDate
impl UnwindSafe for UpdateQuoteSubscriptionDataEffectiveDate
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