pub struct SubscriptionScheduleCurrentPhase {
pub end_date: i64,
pub start_date: i64,
}
Fields§
§end_date: i64
The end of this phase of the subscription schedule.
start_date: i64
The start of this phase of the subscription schedule.
Trait Implementations§
Source§impl Clone for SubscriptionScheduleCurrentPhase
impl Clone for SubscriptionScheduleCurrentPhase
Source§fn clone(&self) -> SubscriptionScheduleCurrentPhase
fn clone(&self) -> SubscriptionScheduleCurrentPhase
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 SubscriptionScheduleCurrentPhase
Auto Trait Implementations§
impl Freeze for SubscriptionScheduleCurrentPhase
impl RefUnwindSafe for SubscriptionScheduleCurrentPhase
impl Send for SubscriptionScheduleCurrentPhase
impl Sync for SubscriptionScheduleCurrentPhase
impl Unpin for SubscriptionScheduleCurrentPhase
impl UnwindSafe for SubscriptionScheduleCurrentPhase
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