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