pub enum CreateSubscriptionTrialEnd {
I64(i64),
String(String),
}Expand description
リクエスト時より未来のタイムスタンプ(5年後まで) or 文字列 now が指定可能です。.
Variants§
Trait Implementations§
Source§impl Clone for CreateSubscriptionTrialEnd
impl Clone for CreateSubscriptionTrialEnd
Source§fn clone(&self) -> CreateSubscriptionTrialEnd
fn clone(&self) -> CreateSubscriptionTrialEnd
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 CreateSubscriptionTrialEnd
impl Debug for CreateSubscriptionTrialEnd
Auto Trait Implementations§
impl Freeze for CreateSubscriptionTrialEnd
impl RefUnwindSafe for CreateSubscriptionTrialEnd
impl Send for CreateSubscriptionTrialEnd
impl Sync for CreateSubscriptionTrialEnd
impl Unpin for CreateSubscriptionTrialEnd
impl UnwindSafe for CreateSubscriptionTrialEnd
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