pub struct TimeAfterPeriod {
pub after_period: TimePeriodRange,
}
Fields§
§after_period: TimePeriodRange
Trait Implementations§
Source§impl Clone for TimeAfterPeriod
impl Clone for TimeAfterPeriod
Source§fn clone(&self) -> TimeAfterPeriod
fn clone(&self) -> TimeAfterPeriod
Returns a copy 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 TimeAfterPeriod
impl Debug for TimeAfterPeriod
Source§impl Default for TimeAfterPeriod
impl Default for TimeAfterPeriod
Source§fn default() -> TimeAfterPeriod
fn default() -> TimeAfterPeriod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TimeAfterPeriod
impl<'de> Deserialize<'de> for TimeAfterPeriod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TimeAfterPeriod
impl PartialEq for TimeAfterPeriod
Source§impl Serialize for TimeAfterPeriod
impl Serialize for TimeAfterPeriod
impl Eq for TimeAfterPeriod
impl StructuralPartialEq for TimeAfterPeriod
Auto Trait Implementations§
impl Freeze for TimeAfterPeriod
impl RefUnwindSafe for TimeAfterPeriod
impl Send for TimeAfterPeriod
impl Sync for TimeAfterPeriod
impl Unpin for TimeAfterPeriod
impl UnwindSafe for TimeAfterPeriod
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