pub struct SubscriptionScheduleCurrentPhase {
pub end_date: Timestamp,
pub start_date: Timestamp,
}
Fields§
§end_date: Timestamp
The end of this phase of the subscription schedule.
start_date: Timestamp
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 moreSource§impl FromValueOpt for SubscriptionScheduleCurrentPhase
impl FromValueOpt for SubscriptionScheduleCurrentPhase
fn from_value(v: Value) -> Option<Self>
impl 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