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